Skip to content

cworld1/theme-astro-pure

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 Apache 2.0 License.