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

github.com/curttimson/hugo-theme-dopetrope.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCurtis Timson <curt@live.co.uk>2018-02-11 18:13:02 +0300
committerCurtis Timson <curt@live.co.uk>2018-02-11 18:13:02 +0300
commit7dcd17fda0279b114c5687d3ad3a011225972fa9 (patch)
tree08bffdad968ad56c7fb3436d70e75e7b3dae0f28 /exampleSite
parent5652c8ecaca47577b406cf733ad37e21d6d76d80 (diff)
:wrench: Make blog title configurable
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config-prod.toml4
-rw-r--r--exampleSite/config.toml3
2 files changed, 6 insertions, 1 deletions
diff --git a/exampleSite/config-prod.toml b/exampleSite/config-prod.toml
index dc8ef03..d78af1f 100644
--- a/exampleSite/config-prod.toml
+++ b/exampleSite/config-prod.toml
@@ -39,6 +39,10 @@ theme = "../.."
title5 = "Vitae tempor lorem"
+[params.blog]
+ title = "The Blog"
+ postsperpage = "6"
+
[params.social]
facebook = "https://facebook.com"
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 09694bf..eda6882 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -40,7 +40,8 @@ theme = "../.."
title5 = "Vitae tempor lorem"
[params.blog]
- postsperpage = "4"
+ title = "The Blog"
+ postsperpage = "6"
[params.social]
facebook = "https://facebook.com"