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 --- content/_index.md | 2 +- content/license.md | 2 ++ content/posts/_index.md | 1 + hugo.toml | 8 ++++++++ themes/chilldark | 2 +- 5 files changed, 13 insertions(+), 2 deletions(-) diff --git a/content/_index.md b/content/_index.md index d5b977f..5a10aa5 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,5 +1,5 @@ +++ -subtitle = "Federico Angelilli {{< secondary >}} {{< dash >}} mainjib@fedangrish.net {{< /secondary >}}" +subtitle = 'Federico Angelilli {{< secondary >}} {{< dash >}} {{< email "main@fedang.net" >}} {{< /secondary >}}' description = "Welcome to my personal space online." +++ diff --git a/content/license.md b/content/license.md index 864cb37..654a6c8 100644 --- a/content/license.md +++ b/content/license.md @@ -13,3 +13,5 @@ All of the code present on this website, unless otherwise specified, is licensed All registered trademarks mentioned on this website belong to their rightful owners. The source code of the website is public and can be found [here](https://github.com/fedang/fedang.net). + +If you find a problem with the content send me an email at `{{< email "main@fedang.net" >}}`. diff --git a/content/posts/_index.md b/content/posts/_index.md index 9e0d0df..db3e487 100644 --- a/content/posts/_index.md +++ b/content/posts/_index.md @@ -1,4 +1,5 @@ +++ title = "Posts" +outputs = ['html','rss'] +++ 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 diff --git a/themes/chilldark b/themes/chilldark index b99e123..af66741 160000 --- a/themes/chilldark +++ b/themes/chilldark @@ -1 +1 @@ -Subproject commit b99e123d45965a52ea5b448b3a95af9beae070f7 +Subproject commit af66741fa98bf42a75d0df3be362eef4edb183f0 -- cgit v1.2.3