aboutsummaryrefslogtreecommitdiffhomepage
path: root/hugo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/hugo.toml b/hugo.toml
index 2f9e374..ab68f5f 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -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/"