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

github.com/jbub/ghostwriter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuraj Bubniak <juraj.bubniak@exponea.com>2019-08-17 19:58:32 +0300
committerJuraj Bubniak <juraj.bubniak@exponea.com>2019-08-17 19:58:32 +0300
commit6e9eabc9ce50c6240581fa2908c47b2cc0f2db95 (patch)
treeee184c3d580471f52c0440fb67f6fc8eb7c5acc5 /exampleSite
parent6a7a274c081a957920e74f3de16b5640cf173a0a (diff)
Use mainSections param to allow portable filtering of pages on home page.
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 3c36bc4..a36de5a 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -24,6 +24,7 @@ googleAnalytics = "XXX"
tag = "tags"
[Params]
+ mainSections = ["post"]
intro = true
headline = "Ghostwriter example"
description = "Ghostwriter example description"