中文 | English
This is a starter template for building a cnblog theme, welcome to use!
- ⚡️ Vite 2, pnpm, ESBuild - born with fastness
- 📥 Create cnblog theme APIs - use @acnb/core
- 📦 Plugins out of the box - use @acnb/plugins
- 🔨 Uni Options - use @acnb/options
- 🌄 Cnblog templates - align with the cnblog html
Just run and visit http://localhost:8080
pnpm dev
To build the Theme, run
pnpm build
And you will see the generated file in dist that ready to be served.
- Welcome to fork!
- Create your feature branch: git checkout -b your-new-feature
- Commit your changes: git commit -m "Add some feature
- Push to the branch: git push origin your-new-feature
- Submit a pull request