Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clark-cui/vitepress-blog-zaun
a nice blog theme use vitepress to build
https://github.com/clark-cui/vitepress-blog-zaun
blog vitepress vitepress-blog vitepress-theme
Last synced: 3 months ago
JSON representation
a nice blog theme use vitepress to build
- Host: GitHub
- URL: https://github.com/clark-cui/vitepress-blog-zaun
- Owner: clark-cui
- Created: 2020-03-25T08:23:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-24T06:06:47.000Z (6 months ago)
- Last Synced: 2024-08-01T06:21:46.593Z (6 months ago)
- Topics: blog, vitepress, vitepress-blog, vitepress-theme
- Language: Vue
- Homepage: https://visionary-sunflower-dc7ae3.netlify.app/
- Size: 14.3 MB
- Stars: 221
- Watchers: 4
- Forks: 54
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-vitepress-v1 - vitepress-blog-zaun - Journal style theme (:art: Themes / Community Themes)
README
## Detail
This is a blog theme used vitepress to build. You could [click here](https://visionary-sunflower-dc7ae3.netlify.app/) to see what it looks like.
## Highlights
- [x] pagination
- [x] dark mode
- [x] archives
- [x] tags
- [x] content level
- [x] comments
- [x] lastUpdated
- [x] github actions
- [x] mobile + desktop
- [x] RSS
- [x] Local Search
- [x] Math Equation(markdown-it-mathjax3)
- [x] type information with jsdoc on code snippets (by https://shikiji.netlify.app/packages/markdown-it )## Start
```shell
npx degit clark-cui/vitepress-blog-zaun my-vitepress-blog
cd my-vitepress-blog
pnpm i # If you didn't install pnpm,you can run: npm install -g pnpm
pnpm dev
```If you want to view rss result or use local search in development mode, you should run
```shell
pnpm run build
pnpm run serve
```
## Announcement
Due to my busy work, I don't have a lot of time to maintain this theme, and currently it's just an usual dependency upgrade.
This theme is more suitable for developers with experience, you can fork my repository, custom modification.
For users who don't know how to code, you may encounter problems and feel uncomfortable, I'm happy to help, but if I reply to the delay please forgive me.