From 05b68249d6c5789a171cdaf2066d8d5aab7fd1ad Mon Sep 17 00:00:00 2001 From: Sebastian Pech Date: Sat, 7 Nov 2020 16:03:56 +0100 Subject: remove unecessary example data --- exampleSite/config.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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] -- cgit v1.2.3