Skip to content

My portfolio, markdown blog written by tailwindcss + jekyll. Hosted on Github pages.

License

Notifications You must be signed in to change notification settings

zhaospei/zhaospei.github.io

Repository files navigation

Theme Astro Pure

English | 简体中文

GitHub commit activity GitHub stars GitHub license

A simple, clean but powerful blog theme build by astro.

Introduction / Deployment

For more information, please visit the cworld site and deployment instructions

Local development

Environment requirements:

Clone the repository:

git clone https://github.com/cworld1/theme-astro-pure.git

Install dependencies:

cd theme-astro-pure
bun install

Start the development server:

bun dev
# Background task is bad for windows user. Use below instead:
# bun start

Or build (you may need to use node.js SSR firstly):

bun run build

Preview:

bun preview

Contributions

To spend more time coding and less time fiddling with whitespace, this project uses code conventions and styles to encourage consistency. Code with a consistent style is easier (and less error-prone!) to review, maintain, and understand.

Thanks

License

This project is licensed under the GPL 3.0 License.