Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crazymryan/blog-v2
个人博客 V2.0.0,vitepress 版本。 vercel 预览: https://blog-v2-jade.vercel.app/ 私服预览 https://giao.club/
https://github.com/crazymryan/blog-v2
blog theme vitepress vitepress-blog vue
Last synced: about 2 months ago
JSON representation
个人博客 V2.0.0,vitepress 版本。 vercel 预览: https://blog-v2-jade.vercel.app/ 私服预览 https://giao.club/
- Host: GitHub
- URL: https://github.com/crazymryan/blog-v2
- Owner: CrazyMrYan
- Created: 2024-03-02T13:49:46.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-11T14:25:35.000Z (7 months ago)
- Last Synced: 2024-10-17T12:32:39.665Z (2 months ago)
- Topics: blog, theme, vitepress, vitepress-blog, vue
- Language: Vue
- Homepage: https://giao.club/
- Size: 41.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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 Jason Yan/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
```