From 01af7ad687a0ca7b5a426b507bb3034ebf2fb829 Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Mon, 19 Sep 2022 11:17:17 +0630 Subject: [PATCH] Update about and hero section text contents --- src/pages/about.md | 14 ++++++-------- src/pages/index.astro | 7 +++---- 2 files changed, 9 insertions(+), 12 deletions(-) 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.
coding dev illustration @@ -20,9 +18,9 @@ Here are certain features of this site. - fully responsive and accessible - SEO-friendly -- support light & dark themes +- light & dark mode - fuzzy search -- super fast, good performance +- super fast performance -If you like this theme, you can star/contribute to the [repo](https://highlightjs.org/). +If you like this theme, you can star/contribute to the [repo](https://github.com/satnaing/astro-paper). Or you can even give any feedback via my [email](mailto:contact@satnaing.dev). diff --git a/src/pages/index.astro b/src/pages/index.astro index 420723e..384e880 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -36,10 +36,9 @@ const sortedPosts = getSortedPosts(posts);

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.