diff --git a/config.toml b/config.toml index 6aa6b65..6bb0c6b 100644 --- a/config.toml +++ b/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 \ No newline at end of file