diff --git a/src/pages/about.md b/src/pages/about.md index ee236e5..6a06b07 100644 --- a/src/pages/about.md +++ b/src/pages/about.md @@ -3,12 +3,10 @@ layout: ../layouts/AboutLayout.astro title: "About" --- -Astro-Paper is a minimal, responsive and SEO-friendly Astro blog theme. This theme is written in vanilla JavaScript (+ TypeScript for type checking) and a little bit of ReactJS for some actions. TailwindCSS is used for styling; and Markdown is used for blog contents. +Astro-Paper is a minimal, responsive and SEO-friendly Astro blog theme. 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 aimed to be responsive, SEO-friendly and 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. +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.
Astro-Paper is a minimal, responsive and SEO-friendly Astro blog theme. - This theme is aimed to be responsive, SEO-friendly and 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. + 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.