Hugo 工作流
Huge 发布工作流 第一步:生成文章模板 hugo new --kind <archetypes> <path/to/post>/index.md # 例如 hugo new --kind post path/to/post/index.md 第二步:修改 tags 和 categories tags: [] categories: [] 第三步:创作 写文章 第四步:提交
Huge 发布工作流 第一步:生成文章模板 hugo new --kind <archetypes> <path/to/post>/index.md # 例如 hugo new --kind post path/to/post/index.md 第二步:修改 tags 和 categories tags: [] categories: [] 第三步:创作 写文章 第四步:提交
配置文件 默认的配置文件 sample-config.yml | hugo-PaperMod Wiki 优雅地添加图片 Hugo 博客插入图片的方法 | Cassius’s Blog 添加 tag 和 category 参考如下文章 Hugo 框架中文文档 标签分类 - Andbible taxonomies: category: categories tag: tags 参考 LoveIt Cassius’s Blog