From 81d99a1961a0dd85d832c903ee91b56022824172 Mon Sep 17 00:00:00 2001 From: breadcat Date: Fri, 19 Jun 2020 13:29:14 +0100 Subject: Further tweaks to config --- config.toml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'config.toml') 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" -- cgit v1.2.3