aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--config.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index c6600ce..078de40 100644
--- a/config.toml
+++ b/config.toml
@@ -6,7 +6,7 @@ baseURL = "https://capotej.com/"
theme = 'hugo-bearblog'
# Basic metadata configuration for your blog.
-title = "@capotej"
+title = "@capotej website"
author = "Julio Capote"
copyright = "Copyright © 2023, Julio Capote."
languageCode = "en-US"
@@ -14,6 +14,9 @@ languageCode = "en-US"
# Generate a nice robots.txt for SEO
enableRobotsTXT = true
+[markup.goldmark.renderer]
+unsafe= true
+
# Generate "Bearblog"-like URLs !only!, see https://bearblog.dev/.
disableKinds = ["taxonomy"]
ignoreErrors = ["error-disable-taxonomy"]