commit 81d99a1961a0dd85d832c903ee91b56022824172 parent b193d69b63dcbdb75c5f3cbcafe58f3028e80bd0 Author: breadcat <peter@minskio.co.uk> Date: Fri, 19 Jun 2020 13:29:14 +0100 Further tweaks to config Diffstat:
M | config.toml | | | 13 | +++++++++++-- |
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git 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"