Skip to content

ypd666/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 GPL 3.0 License.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Astro 50.0%
  • XSLT 35.0%
  • TypeScript 10.5%
  • CSS 2.9%
  • JavaScript 1.6%