• Stars
    star
    234
  • Rank 171,630 (Top 4 %)
  • Language Vue
  • Created over 4 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

a nice blog theme use vitepress to build

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)

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