From 4ce7bc9a3e151562ba212516f1daafd99c54599e Mon Sep 17 00:00:00 2001 From: Madison Scott-Clary Date: Wed, 20 Oct 2021 16:34:51 -0700 Subject: [PATCH] Allow unsafe --- config.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config.toml b/config.toml index 4286435..7295139 100644 --- a/config.toml +++ b/config.toml @@ -2,3 +2,15 @@ baseURL = 'https://toledot.makyo.ink/' languageCode = 'en-us' title = 'Toledot' theme = 'maddybook' +paginatePath = "" + +[permalinks] + post = '/:filename/' + +[params] + author = 'Madison Scott-Clary' + home = 'https://makyo.ink' + copyright = 2021 + +[markup.goldmark.renderer] + unsafe = true