博客上传

创建新博客

1
2
3
4
hugo new content post/new/index.md
#post 为文件夹
#new  博客名
#index  md文件的名字

本地部署

1
hugo server -D

上传博客

1
2
3
4
5
6
7
8
git add .
#添加文件

git commit -m "updata"
#上传信息

git push
#推送到远端
22324
使用 Hugo 构建
主题 StackJimmy 设计