A simple, clean but powerful blog theme build by astro.
For more information, please visit the cworld site and deployment instructions
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
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.
This project is licensed under the Apache 2.0 License.