You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-67Lines changed: 16 additions & 67 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# cheeyi.me
2
2
3
-
My personal website and blog, built with [Astro](https://astro.build). Previously built with Jekyll, migrated to Astro in November 2025 for better performance and modern tooling.
3
+
My personal website and blog, built with [Astro](https://astro.build). Previously built with Jekyll, [migrated to Astro in November 2025](https://cheeyi.me/blog/migrating-to-astro/) for better performance and modern tooling.
4
4
5
5
## 🚨 Prerequisites
6
6
@@ -37,11 +37,13 @@ The dev server runs at **http://localhost:4321/**
37
37
38
38
### Step-by-Step Guide
39
39
40
-
1.**Create a new markdown file** in `src/content/blog/`:
40
+
1.**Create a new file** in `src/content/blog/`:
41
+
- Use `.md` for standard posts.
42
+
- Use `.mdx` if you need to use components (like `<GithubRepoCard />`) inside the post.
0 commit comments