env

  • hugo themes hugo-theme-even

发布流程

#flow

  • new markdown
  • debug md
  • building to docs by static
  • push github-docs

1.create post

//new post
hugo new post/rancher-modify-node-hostname.md
hugo new post/2022/xxx.md

//dev
post/rancher-modify-node-hostname.md   //draft: false
hugo server -D 

//write static webfiles to docs
hugo -d docs
git add .
git commit -m "xxx"
git push

2. add image

static/img/

//引用图片
![](/img/2021-04/mvpbang_2021-04-01_12-05-07.png)