From 234c981e9a96d23404aa12dff427775dfa8dd1c4 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Mon, 21 Aug 2023 10:41:15 -0500 Subject: [PATCH] config cleanup --- config/_default/configTaxo.toml | 22 --------------------- config/_default/{config.toml => hugo.toml} | 23 +++++++++++++++++++++- 2 files changed, 22 insertions(+), 23 deletions(-) delete mode 100644 config/_default/configTaxo.toml rename config/_default/{config.toml => hugo.toml} (63%) diff --git a/config/_default/configTaxo.toml b/config/_default/configTaxo.toml deleted file mode 100644 index e8df740..0000000 --- a/config/_default/configTaxo.toml +++ /dev/null @@ -1,22 +0,0 @@ -timeout = 30000 -enableInlineShortcodes = true - -[privacy] - - [privacy.vimeo] - disabled = false - simple = true - - [privacy.twitter] - disabled = false - enableDNT = true - simple = true - disableInlineCSS = true - - [privacy.instagram] - disabled = false - simple = true - - [privacy.youtube] - disabled = false - privacyEnhanced = true diff --git a/config/_default/config.toml b/config/_default/hugo.toml similarity index 63% rename from config/_default/config.toml rename to config/_default/hugo.toml index c43b0e0..d4ee3f4 100644 --- a/config/_default/config.toml +++ b/config/_default/hugo.toml @@ -17,6 +17,26 @@ enableInlineShortcodes = true [permalinks] posts = ":filename" +[privacy] + + [privacy.vimeo] + disabled = false + simple = true + + [privacy.twitter] + disabled = false + enableDNT = true + simple = true + disableInlineCSS = true + + [privacy.instagram] + disabled = false + simple = true + + [privacy.youtube] + disabled = false + privacyEnhanced = true + [services] [services.instagram] @@ -27,4 +47,5 @@ enableInlineShortcodes = true [taxonomies] tag = "tags" - series = "series" \ No newline at end of file + series = "series" +