无缝沿用 VitePress 默认配置,轻松构建你的个性化博客
Open17 是一款专为 VitePress 设计的现代化博客主题,在保持原有强大功能的基础上,为你带来全新的博客体验。
自动安装+配置主题,一行即可!
# my-blog换为你的项目名
npm create open17-blog my-blog
🏡 博客核心
|
🏷️ 组织管理
|
🎨 个性定制
|
💬 交互体验
|
现代化设计 · 优雅的阅读体验
更推荐使用一键开始命令
使用 GitHub Template 快速创建你的博客:
npm install -D vitepress-theme-open17
然后在 VitePress 主题入口中启用主题:
// .vitepress/theme/index.js
import Theme from 'vitepress-theme-open17'
export default Theme
使用类型安全的方式编写配置:
// .vitepress/config.ts
import type { ThemeConfig } from 'vitepress-theme-open17/config'
import { defineConfigWithTheme } from 'vitepress'
export default defineConfigWithTheme<ThemeConfig>({
themeConfig: {
// 你的主题配置
}
})
Made with ❤️ by open17