From c16b47aea07670045c534bc389db7019d1f786bf Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Wed, 8 Jan 2025 15:12:17 +0100 Subject: Add email notice --- hugo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'hugo.toml') 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 -- cgit v1.2.3