From df307b7a5f40662a929893ebe51af398c993cea8 Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Mon, 26 Sep 2022 12:12:23 +0630 Subject: [PATCH] Update typo Astro-Paper to AstroPaper --- src/pages/about.md | 2 +- src/pages/index.astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/about.md b/src/pages/about.md index 2da13a7..87348ef 100644 --- a/src/pages/about.md +++ b/src/pages/about.md @@ -3,7 +3,7 @@ layout: ../layouts/AboutLayout.astro 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. diff --git a/src/pages/index.astro b/src/pages/index.astro index 62947a2..8043437 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -38,7 +38,7 @@ const sortedPosts = getSortedPosts(posts);

- 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 are supported by default and additional color schemes can also be configured. See the documentation for more info.