目录

hugo文档说明

文档

文章前置格式说明

hugo: https://hugo.opendocs.io/content-management/front-matter/

loveit:主题文档 - 内容 - LoveIt (hugoloveit.com)

字段 例子 说明
title title=“hugo 文档” 文章标题
date date = ‘2025-03-20’ 文章的发布日期
lastmod lastmod = ‘2025-03-21’ 文章的最近修改时间
weight weight=100 文章排序权重,
默认排序:weight desc,date desc
draft draft = false 文章草稿状态,
true-不展示,使用 hugo -serve -D 可展示
type type=‘posts’ 内容类型,默认是文档的上级目录,
注意要设置成 posts,否则主页不展示,
见themes/LoveIt/layouts/index.html
参考 https://hugo.opendocs.io/content-management/types/
description description=‘内容的描述’ seo 优化标签
summary summary=‘这是关于hugo文档的一些使用说明’ 摘要,展示在文章列表的摘要说明
默认情况下会自动截取文章内容
url url=‘articles/hugo-doc’ 文章的url,默认情况下是contents下 /目录/文档名称,
优先级高于 slug
slug slug = ‘hugo-doc-id’ 文章的id,/目录/slug
categories categories = [‘hugo’,‘文档’] 文章分类
tags tags = [‘hugo’,‘文档’] 文章标签
其他 - 前置格式:
https://hugo.opendocs.io/content-management/front-matter/

markup

https://gohugo.io/configuration/markup/#parserattributetitle