vitepress-theme-niansi
v1.0.0-alpha.5
Published
A VitePress theme with tons of features
Downloads
157
Maintainers
Readme
特性
- 博客支持 - 分类、标签、归档、摘要生成
- 多语言 - 开箱即用的国际化支持
- 代码增强 - 行号、行高亮、diff、错误提示
- 提示容器 - info、tip、warning、danger、details
- 页面元数据 - 作者、日期、阅读时间
- 评论功能 - 支持多种评论插件
- 最小化配置 - 零配置开箱即用
安装
pnpm add -D vitepress-theme-niansi vitepress@next快速开始
pnpm vitepress-theme-niansi init配置示例
import { defineConfig } from 'vitepress-theme-niansi'
export default defineConfig({
title: 'My Blog',
clearUrls: true,
themeConfig: {
author: 'Your Name',
logo: '/logo.svg',
tagPath: '/tags/',
categoryPath: '/categories/',
archivesPath: '/archives/',
}
})