- VuePress、Valine
- 我的博客示例:yangtao.site/vuepress/
git clone https://github.com/yangtao2o/vuepress.git
cd vuepress
# 安装依赖
yarn
# 启动一个本地服务
yarn docs:dev # 或者:npm run docs:dev
# 生成静态的 HTML 文件
yarn docs:build # 或者:npm run docs:build
# 构建
yarn deploy
- VuePress 中文网
- Vuepress 搭建带评论功能的静态博客
- Valine - 一款快速、简洁且高效的无后端评论系统
- Valine: 独立博客评论系统
- AntDocs —— 一款 Ant Design 设计风格的 VuePress 主题
- vuepress-theme-reco —— 一款简洁而优雅的 vuepress 博客 & 文档 主题