aboutsummaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-09-19 17:47:40 +0100
committerYann Herklotz <git@yannherklotz.com>2021-09-19 17:47:40 +0100
commit79ac5829c25b966214b33e28198eaa279ffe7f15 (patch)
tree31255348a0ff465a80dc4bb1dbb93ce9bf2d14a3 /config.toml
parent4817968ab6439ef3830059dfd6cae2149fca8a17 (diff)
downloadvericert-docs-79ac5829c25b966214b33e28198eaa279ffe7f15.tar.gz
vericert-docs-79ac5829c25b966214b33e28198eaa279ffe7f15.zip
Update Vericert website
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml9
1 files changed, 6 insertions, 3 deletions
diff --git a/config.toml b/config.toml
index de7c90f..2bababa 100644
--- a/config.toml
+++ b/config.toml
@@ -1,6 +1,6 @@
baseURL = "https://vericert.ymhg.org"
-languageCode = "en-us"
-# title = "Vericert"
+languageCode = "en-uk"
+title = "Vericert"
copyright = "© 2020-2021 Yann Herklotz"
theme = "book"
enableGitInfo = true
@@ -15,7 +15,7 @@ pygmentsUseClasses = true
[menu]
[[menu.after]]
- name = "Github"
+ name = "Github⤴"
url = "https://github.com/ymherklotz/vericert"
weight = 10
@@ -24,3 +24,6 @@ pygmentsUseClasses = true
BookSection = "/"
BookRepo = "https://github.com/ymherklotz/vericert"
BookSearch = true
+
+[permalinks]
+ blog = '/:year/:month/:title/'