aboutsummaryrefslogtreecommitdiffhomepage
path: root/hugo.toml
diff options
context:
space:
mode:
authorfrosty <passedgoandgot200@disroot.org>2025-06-10 05:01:08 -0400
committerfrosty <passedgoandgot200@disroot.org>2025-06-10 05:01:08 -0400
commit210379b410fe40f877999bd68648af29465545d7 (patch)
tree912a8602034d15af56842e0d32529b58d1acd37e /hugo.toml
parentc826b76870331099274ccc09b6ebbbcc166723ec (diff)
add new post and support codeblocks
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/"