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:
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml30
1 files changed, 30 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
new file mode 100644
index 0000000..012338a
--- /dev/null
+++ b/exampleSite/config.toml
@@ -0,0 +1,30 @@
+baseURL = "https://example.com/"
+languageCode = "en-US"
+title = "My New Hugo Site"
+theme = "bootstrap-bp-hugo-theme"
+# googleAnalytics = "UA-123-45"
+copyright = "Sebastian Pech"
+enableRobotsTXT = true
+pygmentsCodeFences = true
+canonifyurls = true
+paginate = 5
+
+[sitemap]
+ changefreq = "weekly"
+ priority = 0.5
+
+[permalinks]
+ posts = "/:year/:month/:slug/"
+ post = "/:year/:month/:slug/"
+ pages = "/:slug/"
+ page = "/:slug/"
+
+[Author]
+ name = "Sebastian Pech"
+
+[params]
+ description = "Text about the site"
+ #images = ["logo.jpg"]
+ showPostSummary = true
+ startPageColumns = true
+ # customDateFormat = "02.01.2006"