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

github.com/edavidaja/docter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoredavidaja <enyinnaya.aja@gmail.com>2019-06-19 01:50:18 +0300
committeredavidaja <enyinnaya.aja@gmail.com>2019-06-19 01:50:18 +0300
commit071ba17209e008f8c949fe038965bc24597d54f6 (patch)
tree121537aeb8f86ed50b6c5bdf7ecc6f79f756eed6
parent7767e08722d12070a4c15bfbebdbb754562ff6eb (diff)
set main sections for example site
-rw-r--r--exampleSite/config.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 038794d..508db86 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -24,3 +24,7 @@ theme = "docter"
# Mention your hosting provider
hosted_on = "hosting provider"
hosted_on_url= "#"
+
+ # main sections
+ # change the main section to set the directory where the top articles are sourced
+ mainSections = ["post"]