diff options
| author | Federico Angelilli <code@fedang.net> | 2025-01-08 15:12:17 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2025-01-08 15:12:17 +0100 |
| commit | c16b47aea07670045c534bc389db7019d1f786bf (patch) | |
| tree | 86d3a8be736a35f748637221f6a3dbb4a83026bc /hugo.toml | |
| parent | 5f53d13da332078b707ce4bb632d8dbba646e7b7 (diff) | |
Add email notice
Diffstat (limited to 'hugo.toml')
| -rw-r--r-- | hugo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |
