clark-cui / vitepress-blog-zaun

a nice blog theme used vitepress to build

Home Page:https://visionary-sunflower-dc7ae3.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Detail

This is a blog theme used vitepress to build. You could click here to see what it looks like.

Highlights

  • pagination
  • dark mode
  • archives
  • tags
  • content level
  • comments
  • lastUpdated
  • github actions
  • mobile + desktop
  • RSS
  • Local Search
  • Math Equation(markdown-it-mathjax3)
  • type information with jsdoc on code snippets (by https://shikiji.netlify.app/packages/markdown-it )

Start

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

pnpm run build
pnpm run serve

About

a nice blog theme used vitepress to build

https://visionary-sunflower-dc7ae3.netlify.app/


Languages

Language:Vue 71.7%Language:TypeScript 24.1%Language:CSS 4.3%