https://github.com/silvaire-qwq/miracle
📄 Miracle Blog Theme (Powered by VitePress) QwQ
https://github.com/silvaire-qwq/miracle
catppuccin miracle vitepress vitepress-theme vue
Last synced: 14 days ago
JSON representation
📄 Miracle Blog Theme (Powered by VitePress) QwQ
- Host: GitHub
- URL: https://github.com/silvaire-qwq/miracle
- Owner: silvaire-qwq
- Created: 2025-09-21T02:03:13.000Z (20 days ago)
- Default Branch: main
- Last Pushed: 2025-09-21T03:42:23.000Z (20 days ago)
- Last Synced: 2025-09-21T04:11:28.183Z (20 days ago)
- Topics: catppuccin, miracle, vitepress, vitepress-theme, vue
- Language: Vue
- Homepage: https://miracle-beta.vercel.app
- Size: 25.6 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
It's Miracle!!!!!
A lovely VitePress theme QwQ## Getting Started
1. Create your blog repository:
- [Generate a new repository](https://github.com/silvaire-qwq/miracle/generate) from this template or fork this repository.
2. To edit your blog locally, clone your repository, run `pnpm install` to install dependencies.
- Install [pnpm](https://pnpm.io) `npm install -g pnpm` if you haven't.
3. Run `pnpm clean` to initialize your blog.
4. Edit the config file `config.ts` to customize your blog.
5. Deploy your blog to Vercel, Netlify, GitHub Pages, etc.## Manage
1. Go to `https://your.website.com/src/pages/manager`.
2. Pick a tab:
- Posts: Edit all your posts.
- Moments: Edit all your moments.
- Links: Edit all your links.
3. Click the icon you want.## Commands
| 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 |
| `pnpm generate` | Generate data for moments and links |## License
This project is licensed under the MIT License.