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 19:35:52 +0300
committerCurtis Timson <curt@live.co.uk>2018-02-11 19:35:52 +0300
commit697e05f62c55355bb3e6f1d1680c06ca8292f461 (patch)
tree5ff2a76532681a9ca26019559a9d54f2214a27de /exampleSite
parente527a5fe2c845ce0abd9392cd377c1165167df71 (diff)
:wrench: Configure blog folder name
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config-prod.toml2
-rw-r--r--exampleSite/config.toml1
2 files changed, 2 insertions, 1 deletions
diff --git a/exampleSite/config-prod.toml b/exampleSite/config-prod.toml
index 09278de..3a922bf 100644
--- a/exampleSite/config-prod.toml
+++ b/exampleSite/config-prod.toml
@@ -43,7 +43,7 @@ theme = "../.."
title = "The Blog"
viewalltext = "View All"
postsperpage = "6"
-
+ foldername = "blog"
[params.social]
facebook = "https://facebook.com"
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index f7bb264..bcdd542 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -43,6 +43,7 @@ theme = "../.."
title = "The Blog"
viewalltext = "View All"
postsperpage = "2"
+ foldername = "blog"
[params.social]
facebook = "https://facebook.com"