JourneyFlower / blog

blog
MIT License
1 stars 0 forks source link

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

效果预览

https://jexlau.github.io/blog/

安装

git clone https://github.com/JexLau/blog.git
cd blog

# 安装依赖
yarn

# 在本地启动服务器
yarn dev

# 构建静态文件 > .vitepress/dist
yarn build

鸣谢

本项目采用 @CrazyMrYan 搭建的 blog 基础上进行修改