diff options
| author | Federico Angelilli <code@fedang.net> | 2024-12-16 01:10:08 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-12-16 01:10:08 +0100 |
| commit | 06bb3e6b18a71f402f87daea5c92c23cea3f9140 (patch) | |
| tree | afc0d7c6872d67815396bed9e0bca2663ecbaaaa /hugo.toml | |
| parent | 686dce4b02d462ade83d71cfe4a61b062782c660 (diff) | |
Add taxonomies
Diffstat (limited to 'hugo.toml')
| -rw-r--r-- | hugo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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"] |
