aboutsummaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-09-14 17:27:51 +0100
committerYann Herklotz <git@yannherklotz.com>2021-09-14 17:27:51 +0100
commit09173a6b5df6d88aceea3219227b435ce8eec244 (patch)
treedcba7bb5d4d095ad55aa9bc9e7296cc5e9d124ab /config.toml
parentefeab47f5a2d61e7e147302cfb8132e10244ddcd (diff)
parent82831e0eadac5aae458554bcbaebeeb8dc1efffc (diff)
downloadyannherklotz.com-09173a6b5df6d88aceea3219227b435ce8eec244.tar.gz
yannherklotz.com-09173a6b5df6d88aceea3219227b435ce8eec244.zip
Merge branch 'master' of gitlab.com:ymherklotz/shiny-new-website
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index 28ee2e5..7b932eb 100644
--- a/config.toml
+++ b/config.toml
@@ -1,4 +1,4 @@
-baseURL = "http://example.org/"
+baseURL = "https://yannherklotz.com"
languageCode = "en-uk"
title = "Yann Herklotz"
theme = "ymherklotz"
@@ -8,6 +8,9 @@ theme = "ymherklotz"
katex = true
offen = true
+[permalinks]
+ blog = '/:year/:month/:title/'
+
[markup.goldmark.renderer]
unsafe = true