diff options
author | frosty <passedgoandgot200@disroot.org> | 2025-06-10 05:01:08 -0400 |
---|---|---|
committer | frosty <passedgoandgot200@disroot.org> | 2025-06-10 05:01:08 -0400 |
commit | 210379b410fe40f877999bd68648af29465545d7 (patch) | |
tree | 912a8602034d15af56842e0d32529b58d1acd37e /hugo.toml | |
parent | c826b76870331099274ccc09b6ebbbcc166723ec (diff) |
add new post and support codeblocks
Diffstat (limited to 'hugo.toml')
-rw-r--r-- | hugo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -4,6 +4,13 @@ title = "frostyfalls" theme = "polaris" uglyURLs = true minifyOutput = true +enableGitInfo = true + +[frontmatter] +lastmod = ["lastmod", ":git", "date", "publishDate"] + +[markup.highlight] +style = "gruvbox" [permalinks] posts = "/:2006/:01/:02/:title/" |