From 386a69ae2612e07bc963bb14cd9ec57414391ae1 Mon Sep 17 00:00:00 2001 From: Alexandre Vicenzi Date: Tue, 11 Feb 2020 22:53:02 +0100 Subject: Fixes for theme submission --- hugoBasicExample/configTaxo.toml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 hugoBasicExample/configTaxo.toml (limited to 'hugoBasicExample/configTaxo.toml') diff --git a/hugoBasicExample/configTaxo.toml b/hugoBasicExample/configTaxo.toml deleted file mode 100644 index a6acc92..0000000 --- a/hugoBasicExample/configTaxo.toml +++ /dev/null @@ -1,28 +0,0 @@ -timeout = 30000 -enableInlineShortcodes = true -footnoteReturnLinkContents = "^" - -[taxonomies] -category = "categories" -tag = "tags" -series = "series" - -[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 \ No newline at end of file -- cgit v1.2.1