An open API service indexing awesome lists of open source software.

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

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.