Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 763 Bytes

README.md

File metadata and controls

52 lines (31 loc) · 763 Bytes

lppgo.github.io

李平平的个人博客

golang,rust,python,java

学习,记录,分享,成长

1: 主题修改 git clone https://github.com/olOwOlo/hugo-theme-even themes/even

2: config.toml 配置更新

3: hugo -d docs

4: hugo new posts/xxx.md

5: 书写 md 文档

6: 添加图片

7:删除 docs

8: hugo -d docs

9: hugo

10: hugo --gc --minify --cleanDestinationDir

11: git push

12: 本地预览 hugo server -D

13: hugo 版本更新

hugo version

go get -u -v github.com/gohugoio/hugo