Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 864 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 864 Bytes
page date title describe
true
2020-11-28
项目概述
项目概述

基于「VitePress」搭建的极简博客

现已完成:

  • 渲染文章列表
  • 文章目录
  • 文章按时间轴归档
  • 文章分类

效果预览

在线地址:https://www.logyxiao.cc

安装

git.md clone https://github.com/logyxiao/vitepress-blog
cd vitepress-blog
yarn
# 在本地启动服务器
yarn dev
# 构建静态文件 > app/.vitepress/dist
yarn build