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 used vitepress to build
https://github.com/clark-cui/vitepress-blog-zaun

blog vitepress vitepress-blog vitepress-theme

Last synced: 2 months ago
JSON representation

a nice blog theme used vitepress to build

Lists

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
```