简约风的 Vitepress 博客主题,sugarat vitepress blog theme
npm install @sugarat/create-theme!图片
With NPM:
``bash`
$ npm create @sugarat/theme@latest
With Yarn:
`bash`
$ yarn create @sugarat/theme
With PNPM:
`bash`
$ pnpm create @sugarat/theme
With Bun:
`bash`
$ bun create @sugarat/theme
Then follow the prompts!
You can also directly specify the project name you want to use via additional command line options. For example, to scaffold a my-first-blog, run:
`bashnpm
npm create @sugarat/theme@latest my-first-blog