Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoBasicExample.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandros <onedrawingperday@users.noreply.github.com>2019-03-09 13:28:06 +0300
committerdigitalcraftsman <digitalcraftsman@users.noreply.github.com>2019-03-09 13:28:06 +0300
commit24a0baeb7ff0f92f914609afa594046fc4b41f97 (patch)
tree8d210e91ab4377bd465da441cc8ae8a771c4cb2b /config.toml
parent63e25240240c4daa3fc1f24fcc05887758460435 (diff)
Fixes (#43)
This PR fixes the issues that have arisen with #42 and it needs to be merged before https://github.com/gohugoio/hugoThemes/pull/600
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml29
1 files changed, 27 insertions, 2 deletions
diff --git a/config.toml b/config.toml
index 72b7e51..b94244f 100644
--- a/config.toml
+++ b/config.toml
@@ -1,11 +1,11 @@
-baseurl = "https://gohugo.io/"
+ignoreFiles = ["content/posts/\\.*","content/portfolio/\\.*","content/product/\\.*","content/sketch/\\.*","content/en/\\.*","content/fr/\\.*"]
+baseURL = "https://gohugo.io/"
title = "Hugo Themes"
author = "Steve Francia"
copyright = "Copyright © 2008–2019, Steve Francia and the Hugo Authors; all rights reserved."
paginate = 3
languageCode = "en"
DefaultContentLanguage = "en"
-ignoreFiles = ["content/posts/\\.*","content/portfolio/\\.*","content/product/\\.*","content/sketch/\\.*","content/en/\\.*","content/fr/\\.*"]
[menu]
@@ -15,3 +15,28 @@ ignoreFiles = ["content/posts/\\.*","content/portfolio/\\.*","content/product/\\
url = "about/"
weight = 10
+[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
+