Allow unsafe
This commit is contained in:
12
config.toml
12
config.toml
@ -2,3 +2,15 @@ baseURL = 'https://toledot.makyo.ink/'
|
|||||||
languageCode = 'en-us'
|
languageCode = 'en-us'
|
||||||
title = 'Toledot'
|
title = 'Toledot'
|
||||||
theme = 'maddybook'
|
theme = 'maddybook'
|
||||||
|
paginatePath = ""
|
||||||
|
|
||||||
|
[permalinks]
|
||||||
|
post = '/:filename/'
|
||||||
|
|
||||||
|
[params]
|
||||||
|
author = 'Madison Scott-Clary'
|
||||||
|
home = 'https://makyo.ink'
|
||||||
|
copyright = 2021
|
||||||
|
|
||||||
|
[markup.goldmark.renderer]
|
||||||
|
unsafe = true
|
||||||
|
|||||||
Reference in New Issue
Block a user