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

github.com/spech66/bootstrap-bp-hugo-startpage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pech <windows@spech.de>2020-11-07 18:03:56 +0300
committerSebastian Pech <windows@spech.de>2020-11-07 18:03:56 +0300
commit05b68249d6c5789a171cdaf2066d8d5aab7fd1ad (patch)
treedb496312346f88223a694a443e4b1a8d3c6238e3
parent1ceb624140b6356a2e0598346850e1c41e806ffd (diff)
remove unecessary example data
-rw-r--r--exampleSite/config.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index b336b28..59471c8 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,6 +1,7 @@
+ignoreFiles = ["content/portfolio/\\.*","content/product/\\.*","content/sketch/\\.*","content/homepage/\\.*","content/post/\\.*","content/\\.*"] # disable example pages as this is a single page
baseURL = "https://example.com/"
languageCode = "en-US"
-title = "My New Hugo Site"
+title = "Bootstrap-BP hugo startpage"
theme = "bootstrap-bp-hugo-startpage"
# googleAnalytics = "UA-123-45"
copyright = "Sebastian Pech"
@@ -42,3 +43,5 @@ paginate = 5
name = "Bing"
activated = true
url = "https://www.bing.com/search"
+
+[taxonomies]