Update config.toml

This commit is contained in:
Elnu 2022-01-26 11:13:58 -08:00
parent 4397975b92
commit faccc96951

View file

@ -1,3 +1,19 @@
baseURL = 'https://tegakituesday.com/'
languageCode = 'en-us'
title = 'Tegaki Tuesday'
theme = 'tegakituesday.com'
enableEmoji = true
disableKinds = ["taxonomy", "taxonomyTerm"]
[params]
AuthorName = "Elnu"
FontAwesomeKit = "c3c3b565dc"
[permalinks]
pages = "/:title"
challenges = "/:title"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true