diff options
Diffstat (limited to 'config.toml')
-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" |