Huge 发布工作流
第一步:生成文章模板
hugo new --kind <archetypes> <path/to/post>/index.md
# 例如
hugo new --kind post path/to/post/index.md
第二步:修改 tags 和 categories
tags: []
categories: []
第三步:创作
写文章
hugo new --kind <archetypes> <path/to/post>/index.md
# 例如
hugo new --kind post path/to/post/index.md
tags: []
categories: []
写文章