mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
Update about and hero section text contents
This commit is contained in:
+6
-8
@@ -3,12 +3,10 @@ layout: ../layouts/AboutLayout.astro
|
|||||||
title: "About"
|
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
|
This theme is aimed to be accessible out of the box. Light and dark mode are supported by
|
||||||
the box. Light and dark mode are supported by default and additional
|
default and additional color schemes can also be configured. See the documentation for more info.
|
||||||
color schemes can also be configured. See the documentation for more
|
|
||||||
info.
|
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<img src="/assets/dev.svg" class="sm:w-1/2 mx-auto" alt="coding dev illustration">
|
<img src="/assets/dev.svg" class="sm:w-1/2 mx-auto" alt="coding dev illustration">
|
||||||
@@ -20,9 +18,9 @@ Here are certain features of this site.
|
|||||||
|
|
||||||
- fully responsive and accessible
|
- fully responsive and accessible
|
||||||
- SEO-friendly
|
- SEO-friendly
|
||||||
- support light & dark themes
|
- light & dark mode
|
||||||
- fuzzy search
|
- 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).
|
Or you can even give any feedback via my [email](mailto:contact@satnaing.dev).
|
||||||
|
|||||||
@@ -36,10 +36,9 @@ const sortedPosts = getSortedPosts(posts);
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
Astro-Paper is a minimal, responsive and SEO-friendly Astro blog theme.
|
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
|
This theme is aimed to be accessible out of the box. Light and dark mode
|
||||||
the box. Light and dark mode are supported by default and additional
|
are supported by default and additional color schemes can also be
|
||||||
color schemes can also be configured. See the documentation for more
|
configured. See the documentation for more info.
|
||||||
info.
|
|
||||||
</p>
|
</p>
|
||||||
<div class="social-wrapper">
|
<div class="social-wrapper">
|
||||||
<div class="social-links">Social Links:</div>
|
<div class="social-links">Social Links:</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user