From 06bb3e6b18a71f402f87daea5c92c23cea3f9140 Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Mon, 16 Dec 2024 01:10:08 +0100 Subject: Add taxonomies --- hugo.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'hugo.toml') diff --git a/hugo.toml b/hugo.toml index 1257dcb..2f25521 100644 --- a/hugo.toml +++ b/hugo.toml @@ -5,10 +5,16 @@ theme = 'chilldark' enableRobotsTXT = true enableGitInfo = true +[frontmatter] + date = ['date', 'publishdate', 'pubdate', 'published', 'lastmod', ':git'] + lastmod = [':git', 'lastmod', 'date', 'publishdate' ] + publishDate = ['publishdate', 'published', 'date'] + [params.author] name = "Federico Angelilli" [params] + title_crumbs = false bottom_text = "**🅭** [BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)" custom_css = ["css/syntax.css"] -- cgit v1.2.3