From 9917f42027f65259cbdea628b8ae59be8e86ae77 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Thu, 17 Feb 2022 20:47:03 -0800 Subject: [PATCH 1/2] Remove comments in tidy --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index a95b057..b151610 100755 --- a/build.sh +++ b/build.sh @@ -1 +1 @@ -hugo && find public -path "*.html" -type f -exec tidy --quiet yes --drop-empty-elements no -o {} {} \; \ No newline at end of file +hugo && find public -path "*.html" -type f -exec tidy --quiet yes --drop-empty-elements no --hide-comments yes -o {} {} \; From 235bc0eb1ada98969eaa71a6a9f535fcd7cbee08 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Thu, 17 Feb 2022 20:48:16 -0800 Subject: [PATCH 2/2] Disable RSS --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index cca6579..591b131 100644 --- a/config.toml +++ b/config.toml @@ -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" @@ -17,4 +17,4 @@ disableKinds = ["taxonomy", "taxonomyTerm"] [markup] [markup.goldmark] [markup.goldmark.renderer] - unsafe = true \ No newline at end of file + unsafe = true