summaryrefslogtreecommitdiff
path: root/hugoBasicExample/configTaxo.toml
diff options
context:
space:
mode:
authorAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2020-02-10 19:39:06 +0100
committerAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2020-02-10 19:39:06 +0100
commitc094fefa843cccb1673a7a3cbd4d06ace1f2035c (patch)
tree66a044ad6cccc728124a96a0cfb36d5e4237b1bd /hugoBasicExample/configTaxo.toml
parent6283825517f49afa18b4bb6f1d820a08f8f6e290 (diff)
Hugo Basic Example
Diffstat (limited to 'hugoBasicExample/configTaxo.toml')
-rw-r--r--hugoBasicExample/configTaxo.toml28
1 files changed, 28 insertions, 0 deletions
diff --git a/hugoBasicExample/configTaxo.toml b/hugoBasicExample/configTaxo.toml
new file mode 100644
index 0000000..a6acc92
--- /dev/null
+++ b/hugoBasicExample/configTaxo.toml
@@ -0,0 +1,28 @@
+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