diff options
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/" |