Skip to content

EmptyBlueBox/blog-latest-opensource

 
 

Repository files navigation

Astro Theme Pure

English | 简体中文

GitHub commit activity GitHub stars vercel status GitHub license

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

image

Introduction

Checkout Demo Site →

Usage

Docs | Showcase

Local development

Environment requirements:

Clone the repository:

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

Install dependencies:

cd astro-theme-pure
bun install

Start the development server:

bun dev
# For Windows, Bun has not yet implemented background tasks. So for Bun, use the following command 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.

Star History Chart

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Astro 50.0%
  • XSLT 25.8%
  • TypeScript 14.3%
  • MDX 5.6%
  • JavaScript 2.6%
  • CSS 1.7%