mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 07:33:07 +08:00
Update typo Astro-Paper to AstroPaper
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ layout: ../layouts/AboutLayout.astro
|
|||||||
title: "About"
|
title: "About"
|
||||||
---
|
---
|
||||||
|
|
||||||
Astro-Paper is a minimal, responsive and SEO-friendly Astro blog theme. I designed and crafted this based on [my personal blog](https://satnaing.dev/blog).
|
AstroPaper is a minimal, responsive and SEO-friendly Astro blog theme. I designed and crafted this based on [my personal blog](https://satnaing.dev/blog).
|
||||||
|
|
||||||
This theme is written in vanilla JavaScript (+ TypeScript for type checking) and a little bit of ReactJS for some interactions. TailwindCSS is used for styling; and Markdown is used for blog contents.
|
This theme is written in vanilla JavaScript (+ TypeScript for type checking) and a little bit of ReactJS for some interactions. TailwindCSS is used for styling; and Markdown is used for blog contents.
|
||||||
|
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ const sortedPosts = getSortedPosts(posts);
|
|||||||
</a>
|
</a>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Astro-Paper is a minimal, responsive and SEO-friendly Astro blog theme.
|
AstroPaper is a minimal, responsive and SEO-friendly Astro blog theme.
|
||||||
This theme is aimed to be accessible out of the box. Light and dark mode
|
This theme is aimed to be accessible out of the box. Light and dark mode
|
||||||
are supported by default and additional color schemes can also be
|
are supported by default and additional color schemes can also be
|
||||||
configured. See the documentation for more info.
|
configured. See the documentation for more info.
|
||||||
|
|||||||
Reference in New Issue
Block a user