A lovely VitePress theme QwQ
Note
You can join our QQ group: 324504099!
- Create your blog repository:
- Generate a new repository from this template or fork this repository.
- To edit your blog locally, clone your repository, run
pnpm installto install dependencies.- Install pnpm
npm install -g pnpmif you haven't.
- Install pnpm
- Run
pnpm cleanto initialize your blog. - Edit the config file
config.tsto customize your blog. - Deploy your blog to Vercel, Netlify, GitHub Pages, etc.
- Go to
https://your.website.com/manager. - Pick a tab:
- Posts: Edit all your posts.
- Moments: Edit all your moments.
- Links: Edit all your links.
- Click the icon you want.
| Command | Action |
|---|---|
pnpm install |
Installs dependencies |
pnpm dev |
Starts local dev server at localhost:4321 |
pnpm build |
Build your production site to ./.vitepress/dist/ |
pnpm preview |
Preview your build locally, before deploying |
pnpm clean |
Delete all the posts, moments and links |
This project is licensed under the MIT License.
