diff options
author | frosty <passedgoandgot200@disroot.org> | 2025-06-16 23:29:31 -0400 |
---|---|---|
committer | frosty <passedgoandgot200@disroot.org> | 2025-06-16 23:29:31 -0400 |
commit | 862a61c145ad083521f3941c56fd6e914d051a95 (patch) | |
tree | 1b41dc3e850c08eb63d07c7dde577e0f56f53215 /hugo.toml | |
parent | b9b380447b5722b58e21fda0ffaee2fd87e20635 (diff) |
add stuff that rocks, enable table of contents, add og tags, and more
Diffstat (limited to 'hugo.toml')
-rw-r--r-- | hugo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |