Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 322 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 322 Bytes

本博客使用Hexo 搭建 主题为fluid

发布新博客流程如下
# 创建一篇新博客
hexo new "new_blog_name"

# 生成文件
hexo g

# 部署到仓库
hexo d