summaryrefslogtreecommitdiff
path: root/hugoBasicExample/configTaxo.toml
diff options
context:
space:
mode:
authorAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2020-02-11 22:53:02 +0100
committerAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2020-02-11 22:53:02 +0100
commit386a69ae2612e07bc963bb14cd9ec57414391ae1 (patch)
tree09a1c632eb09cd5e901b2cba7a99b6644ed77f26 /hugoBasicExample/configTaxo.toml
parentf595a82a5a593254bae4c65870e3dc96297b208a (diff)
Fixes for theme submission
Diffstat (limited to 'hugoBasicExample/configTaxo.toml')
-rw-r--r--hugoBasicExample/configTaxo.toml28
1 files changed, 0 insertions, 28 deletions
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