From f3a1606e8619081d4c67e8e70fe38f048bb30b2c Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Sat, 17 Sep 2022 15:45:03 +0630 Subject: [PATCH] Update about page content --- src/pages/about.md | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/src/pages/about.md b/src/pages/about.md index 0de7455..ee236e5 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. This theme is written in vanilla JavaScript (+ TypeScript for type checking) without any additional frontend frameworks like React, Vue, Svelte etc. TailwindCSS is used for styling; and Markdown is used for blog posts. +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. 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 @@ -14,25 +14,15 @@ info. coding dev illustration -Now I'm going to show you an example of an unordered list to make sure that looks good, too: +## Features -- So here is the first item in this list. -- In this example we're keeping the items short. -- Later, we'll use longer, more complex list items. +Here are certain features of this site. -I think most people are going to use [highlight.js](https://highlightjs.org/) or [Prism](https://prismjs.com/) or something if they want to style their code blocks but it wouldn't hurt to make them look _okay_ out of the box, even with no syntax highlighting. +- fully responsive and accessible +- SEO-friendly +- support light & dark themes +- fuzzy search +- super fast, good performance -Here's what a default `tailwind.config.js` file looks like at the time of writing: - -```js -module.exports = { - purge: [], - theme: { - extend: {}, - }, - variants: {}, - plugins: [], -}; -``` - -Hopefully that looks good enough to you. +If you like this theme, you can star/contribute to the [repo](https://highlightjs.org/). +Or you can even give any feedback via my [email](mailto:contact@satnaing.dev).