Update config.toml
This commit is contained in:
parent
4397975b92
commit
faccc96951
1 changed files with 16 additions and 0 deletions
16
config.toml
16
config.toml
|
@ -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
|
Loading…
Add table
Reference in a new issue