summaryrefslogtreecommitdiff
path: root/hugo.toml
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2025-01-08 15:12:17 +0100
committerFederico Angelilli <code@fedang.net>2025-01-08 15:12:17 +0100
commitc16b47aea07670045c534bc389db7019d1f786bf (patch)
tree86d3a8be736a35f748637221f6a3dbb4a83026bc /hugo.toml
parent5f53d13da332078b707ce4bb632d8dbba646e7b7 (diff)
Add email notice
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/hugo.toml b/hugo.toml
index 2704867..2aaccde 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -7,6 +7,12 @@ enableGitInfo = true
enableEmoji = true
copyright = "Federico Angelilli © 2025"
+[outputs]
+ home = ['html', 'rss']
+ section = ['html']
+ taxonomy = ['html']
+ term = ['html']
+
[frontmatter]
date = ['date', 'publishdate', 'pubdate', 'published', 'lastmod', ':git']
lastmod = [':git', 'lastmod', 'date', 'publishdate' ]
@@ -26,3 +32,5 @@ copyright = "Federico Angelilli © 2025"
[markup]
[markup.highlight]
noClasses = false
+ [markup.goldmark.renderer]
+ unsafe = true