summaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
authorbreadcat2020-06-19 13:29:14 +0100
committerbreadcat2020-06-19 13:29:14 +0100
commit81d99a1961a0dd85d832c903ee91b56022824172 (patch)
tree0d1a8c845029d143bd9c828f37e4cfa303652f9e /config.toml
parentb193d69b63dcbdb75c5f3cbcafe58f3028e80bd0 (diff)
downloadblog.minskio.co.uk-81d99a1961a0dd85d832c903ee91b56022824172.tar.gz
blog.minskio.co.uk-81d99a1961a0dd85d832c903ee91b56022824172.tar.bz2
blog.minskio.co.uk-81d99a1961a0dd85d832c903ee91b56022824172.zip
Further tweaks to config
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml12
1 files changed, 11 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index 25977dc..c04202f 100644
--- a/config.toml
+++ b/config.toml
@@ -1,4 +1,14 @@
baseURL = "https://minskio.co.uk"
languageCode = "en-gb"
title = "Minskio"
-theme = "Brine" \ No newline at end of file
+theme = "Brine"
+
+[permalinks]
+ posts = "/:title/"
+
+[markup.goldmark.renderer]
+ unsafe = true
+
+[params]
+ author = "Peter"
+ description = "The 'No-Pictures' Blog"