diff options
author | breadcat | 2020-06-19 13:29:14 +0100 |
---|---|---|
committer | breadcat | 2020-06-19 13:29:14 +0100 |
commit | 81d99a1961a0dd85d832c903ee91b56022824172 (patch) | |
tree | 0d1a8c845029d143bd9c828f37e4cfa303652f9e | |
parent | b193d69b63dcbdb75c5f3cbcafe58f3028e80bd0 (diff) | |
download | blog.minskio.co.uk-81d99a1961a0dd85d832c903ee91b56022824172.tar.gz blog.minskio.co.uk-81d99a1961a0dd85d832c903ee91b56022824172.tar.bz2 blog.minskio.co.uk-81d99a1961a0dd85d832c903ee91b56022824172.zip |
Further tweaks to config
-rw-r--r-- | config.toml | 12 |
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" |