Merge branch 'main' of github.com:ElnuDev/tegakituesday.com into main
This commit is contained in:
commit
deccc127bf
2 changed files with 3 additions and 3 deletions
2
build.sh
2
build.sh
|
@ -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'
|
||||
theme = 'tegakituesday.com'
|
||||
enableEmoji = true
|
||||
disableKinds = ["taxonomy", "taxonomyTerm"]
|
||||
disableKinds = ["taxonomy", "taxonomyTerm", "RSS"]
|
||||
|
||||
[params]
|
||||
AuthorName = "Elnu"
|
||||
|
|
Loading…
Add table
Reference in a new issue