From cafd54a65f4d576cebdb3c177fc77bbea6dbe289 Mon Sep 17 00:00:00 2001 From: Richard-Qin-X Date: Thu, 10 Sep 2026 00:39:04 +0800 Subject: Use created and updated document dates --- hugo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hugo.toml') diff --git a/hugo.toml b/hugo.toml index c266924..ed3e4d7 100644 --- a/hugo.toml +++ b/hugo.toml @@ -17,6 +17,10 @@ enableRobotsTXT = false gitBase = "https://codeberg.org/Richard-Qin/rhomepage/src/branch/main" contentLicense = "CC BY-SA 4.0" +[frontmatter] + date = ["created"] + lastmod = ["updated"] + [permalinks] journal = "/:year/:month/:slug" notes = "/:sections/:slug" -- cgit v1.2.3