aboutsummaryrefslogtreecommitdiffhomepage
path: root/hugo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/hugo.toml b/hugo.toml
index 724913a..709058b 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -12,11 +12,15 @@ lastmod = ["lastmod", ":git", "date", "publishDate"]
[markup.highlight]
style = "gruvbox"
+[markup.tableOfContents]
+ordered = true
+
[permalinks]
posts = "/:2006/:01/:02/:title/"
[params]
subtext = "Lots of ideas, not many implementations."
+iconURL = "/img/pfp.png"
[params.author]
name = "frosty"