Merge branch 'main' of github.com:ElnuDev/tegakituesday.com into main

rust
Elnu 3 years ago
commit deccc127bf

@ -1 +1 @@
hugo && find public -path "*.html" -type f -exec tidy --quiet yes --drop-empty-elements no -o {} {} \; hugo && find public -path "*.html" -type f -exec tidy --quiet yes --drop-empty-elements no --hide-comments yes -o {} {} \;

@ -3,7 +3,7 @@ languageCode = 'en-us'
title = 'Tegaki Tuesday' title = 'Tegaki Tuesday'
theme = 'tegakituesday.com' theme = 'tegakituesday.com'
enableEmoji = true enableEmoji = true
disableKinds = ["taxonomy", "taxonomyTerm"] disableKinds = ["taxonomy", "taxonomyTerm", "RSS"]
[params] [params]
AuthorName = "Elnu" AuthorName = "Elnu"
@ -17,4 +17,4 @@ disableKinds = ["taxonomy", "taxonomyTerm"]
[markup] [markup]
[markup.goldmark] [markup.goldmark]
[markup.goldmark.renderer] [markup.goldmark.renderer]
unsafe = true unsafe = true

Loading…
Cancel
Save