A lovely VitePress theme QwQ
- 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 install
to install dependencies.- Install pnpm
npm install -g pnpm
if you haven't.
- Install pnpm
- Run
pnpm clean
to initialize your blog. - Edit the config file
config.ts
to 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.