diff options
author | Julio Capote <jcapote@gmail.com> | 2023-03-11 21:09:55 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2023-03-11 21:09:55 +0000 |
commit | 5d25f86249c7a1ac11196f758c1e92048fa7cbc3 (patch) | |
tree | 22c482bc4d5bb6136e3a23d3bfeef11e01d4c81b /config.toml | |
parent | 3192dc1c7eb267d35c751117478d13ccc421b236 (diff) | |
download | capotej.com-5d25f86249c7a1ac11196f758c1e92048fa7cbc3.tar.gz |
updates
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 5 |
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"] |