Skip to content

Commit

Permalink
docs(contents): 📖 add a proficiency level section to learning articles
Browse files Browse the repository at this point in the history
Closes: #48
  • Loading branch information
brklntmhwk committed Aug 29, 2024
1 parent 5ed4ee2 commit f61f881
Show file tree
Hide file tree
Showing 9 changed files with 69 additions and 11 deletions.
10 changes: 10 additions & 0 deletions .frontmatter/templates/blog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ type: blog

### Reader personas

- xxx

## Main

### Preparation
Expand All @@ -24,6 +26,14 @@ type: blog

### Reader personas

- xxx

### My proficiency level

As of the day I'm writing this article, my proficiency level in this field is as follows:

- xxx

## Main

## Outro
Expand Down
10 changes: 9 additions & 1 deletion src/content/blog/en/astro-and-front-matter-cms-combi.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tags:
- vscode
level: 1
description: Detailed explanations of how Front Matter CMS could be the best partner for Astro among all headless CMS, and the configurations I made with some demos.
modifiedAt: 2024-08-28T04:06:46.680Z
modifiedAt: 2024-08-29T02:47:27.060Z
---

## Intro
Expand All @@ -31,6 +31,14 @@ https://younagi.dev/blog/astro-website/
- Struggling to find a headless CMS for a website built with Astro
- Want to see examples of Front Matter CMS in collaboration with Astro

### My proficiency level

As of the day when I'm writing this article, my proficiency level in this field is as follows:

- Have a three-year experience as a software engineer in total (Not in a row)
- Have never used Front Matter CMS
- Have built several websites using CMS like WordPress and MicroCMS

## Main

### Why Front Matter CMS?
Expand Down
10 changes: 9 additions & 1 deletion src/content/blog/en/astro-website.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Build a Personal Website with Astro, Cloudflare Pages, D1, and Front Matter CMS
description: A quick tour of my personal blog built with Astro, Cloudflare Pages, D1, and Front Matter CMS.
publishedAt: 2024-07-13T00:34:54.000Z
modifiedAt: 2024-08-28T04:10:17.511Z
modifiedAt: 2024-08-29T02:39:36.620Z
draft: published
type: blog
category:
Expand All @@ -29,6 +29,14 @@ If you're interested in the code behind my website, see [my Github repo](https:/
- Want to build a website with Astro but have no idea how the whole project structure could be or what kind of features to be added
- Want to see some examples of the whole project built with Astro

### My proficiency level

As of the day when I'm writing this article, my proficiency level in this field is as follows:

- Have a three-year experience as a software engineer in total (Not in a row)
- Understand the basics of JavaScript, TypeScript, and Astro
- Have built several websites using Next.js or Astro

## Main

### Astro
Expand Down
10 changes: 9 additions & 1 deletion src/content/blog/en/pomodoro-shortcut.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Free pomodoro timer shortcut built only with the genuine Apple Clock app
draft: published
publishedAt: 2024-08-08T03:05:43.193Z
type: blog
modifiedAt: 2024-08-28T04:06:19.620Z
modifiedAt: 2024-08-29T02:50:20.006Z
category:
slug: learning
metadata: en/categories
Expand All @@ -30,6 +30,14 @@ That said, it turned out that few of them were really my cup of tea. Some have v
- Want to use a useful pomodoro timer for free
- Interested in creating a pomodoro timer with the Apple shortcut without any help of third-party apps

### My proficiency level

As of the day when I'm writing this article, my proficiency level in this field is as follows:

- Have a three-year experience as a software engineer in total (Not in a row)
- Have a one-week experience in creating Apple shortcuts
- Have created five or so shortcuts

## Main

You can download the final product via the link below.
Expand Down
10 changes: 9 additions & 1 deletion src/content/blog/ja/astro-and-front-matter-cms-combi.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tags:
- vscode
level: 1
description: Astro製ウェブサイトのヘッドレスCMSにどうしてFront Matter CMSなのか?という疑問から、チュートリアルでは学べない詳細な設定まで実際のデモも交えて説明する
modifiedAt: 2024-08-28T04:06:56.537Z
modifiedAt: 2024-08-29T02:45:40.496Z
---

## 導入
Expand All @@ -31,6 +31,14 @@ https://younagi.dev/ja/blog/astro-website/
- ちょうど Astro 製ウェブサイトのヘッドレス CMS 探しに苦戦している
- Front Matter CMS と Astro を組み合わせたプロジェクトの具体例が見たい

### 現時点での私の習熟度

記事執筆時点での私の習熟度は次の通りです。

- ソフトウェアエンジニアとして計 3 年の経験あり(勤続ではない)
- Front Matter CMS は触ったことがない
- WordPress や MicroCMS で何度か CMS を使用したウェブサイト制作を経験している

## 本題

### なぜFront Matter CMS?
Expand Down
10 changes: 9 additions & 1 deletion src/content/blog/ja/astro-website.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Astro + Cloudflare Pages + D1 + Front Matter CMS で個人ウェブサイトを作った
description: Astro + Cloudflare Pages + D1 + Front Matter CMSの構成で作った個人ウェブサイトの開発体験を簡単に紹介する
publishedAt: 2024-07-13T00:35:10.000Z
modifiedAt: 2024-08-28T04:10:12.905Z
modifiedAt: 2024-08-29T02:43:25.243Z
draft: published
type: blog
category:
Expand All @@ -29,6 +29,14 @@ level: 3
- Astro でウェブサイトを作りたいが、プロジェクト全体の構成をどうすればいいのか、どんな機能を実装すればいいのかわからない
- Astro で作ったプロジェクトの全体像を参考にしたい

### 現時点での私の習熟度

記事執筆時点での私の習熟度は次の通りです。

- ソフトウェアエンジニアとして計 3 年の経験あり(勤続ではない)
- JavaScript、TypeScript、Astro の基本は理解している
- Next.js や Astro で何度かウェブサイト制作を経験している

## 本題

### Astro
Expand Down
12 changes: 10 additions & 2 deletions src/content/blog/ja/pomodoro-shortcut.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 【無料ダウンロード】ポモドーロタイマー用ショート
draft: published
publishedAt: 2024-08-08T03:05:43.193Z
type: blog
modifiedAt: 2024-08-28T04:06:25.810Z
modifiedAt: 2024-08-29T02:52:20.385Z
category:
slug: learning
metadata: ja/categories
Expand Down Expand Up @@ -31,14 +31,22 @@ description: Apple のショートカット機能と純正時計アプリだけ
- 無料で便利なポモドーロタイマーが欲しい
- Apple のショートカット機能でポモドーロタイマーを作ってみたいが、サードパーティ製のアプリには頼りたくない

### 現時点での私の習熟度

記事執筆時点での私の習熟度は次の通りです。

- ソフトウェアエンジニアとして計 3 年の経験あり(勤続ではない)
- Apple ショートカット作成は 1 週間程度の経験のみ
- 5 つほどのショートカットを作成済み

## 本題

下記リンクから完成品をダウンロードできます。

https://www.icloud.com/shortcuts/b12a5c2e30484677b40a5f98b9e7774d

> [!warning]注意
> iOS/iPadOS/MacOS のユーザのみ利用可能となります
> iOS/iPadOS/MacOS のユーザのみ利用可能です
### 設計コンセプト

Expand Down
4 changes: 2 additions & 2 deletions src/content/page/en/about.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: about
type: page
modifiedAt: 2024-08-29T02:14:52.194Z
modifiedAt: 2024-08-29T02:25:05.081Z
---

## About my website
Expand Down Expand Up @@ -44,7 +44,7 @@ When it comes to what I offer, I roughly stick to the following principles:

Articles categorized as "[Learning](https://younagi.dev/blog/categories/learning/)" have a "Level" field. Bear in mind that this is totally based on my subjective judgment.

You might want to consider my learning level as of the moment I'm writing the article, which is also specified in the article.
You might want to consider my proficiency level as of the moment I'm writing the article, which is also specified in the article.

## About me

Expand Down
4 changes: 2 additions & 2 deletions src/content/page/ja/about.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 運営者
type: page
modifiedAt: 2024-08-29T02:13:44.741Z
modifiedAt: 2024-08-29T02:25:31.160Z
---

{/* textlint-disable ja-technical-writing/ja-no-weak-phrase */}
Expand Down Expand Up @@ -46,7 +46,7 @@ https://younagi.dev/ja/blog/astro-website/

主に「[学び](https://younagi.dev/ja/blog/categories/learning/)」カテゴリの記事には 5 つ星で難易度が設定されていますが、これは完全に私の主観で決めたものです。

記事執筆時点での私の学習レベルも公開していますので、そちらもあわせて参考にしてください。
記事執筆時点での私の習熟度合いも公開していますので、そちらもあわせて参考にしてください。

## 運営者について

Expand Down

0 comments on commit f61f881

Please sign in to comment.