summaryrefslogtreecommitdiff
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
parent5f53d13da332078b707ce4bb632d8dbba646e7b7 (diff)
Add email notice
-rw-r--r--content/_index.md2
-rw-r--r--content/license.md2
-rw-r--r--content/posts/_index.md1
-rw-r--r--hugo.toml8
m---------themes/chilldark0
5 files changed, 12 insertions, 1 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 >}} main<span class=\"hide\">jib</span>&commat;<!--whatever-->fedang<span class=\"hide\">rish</span>.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
-Subproject b99e123d45965a52ea5b448b3a95af9beae070f
+Subproject af66741fa98bf42a75d0df3be362eef4edb183f