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

This commit is contained in:
Elnu 2022-02-17 22:36:11 -08:00
commit deccc127bf
2 changed files with 3 additions and 3 deletions

View file

@ -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 {} {} \;

View file

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