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

github.com/AngeloStavrow/indigo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelo Stavrow <contact@angelostavrow.com>2019-09-30 15:25:19 +0300
committerAngelo Stavrow <contact@angelostavrow.com>2019-09-30 15:25:19 +0300
commit1848457904ec73625421874db40c2f7a19559d59 (patch)
treec7dfe8c4aea4d6f8b37d271521dbd3eec32c9d3d /config.toml.example
parent6b3f07ce9591e8304f1669e5fa87703d16bbdabc (diff)
Use mainSections configuration parameter in list templates (#56)
Diffstat (limited to 'config.toml.example')
-rw-r--r--config.toml.example1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.toml.example b/config.toml.example
index 5e9e402..7d4cac3 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -12,6 +12,7 @@ theme = "indigo"
Biography = "A short description, a few sentences describing the author. Set the 'ShowBio' parameter to false to hide this."
ShowBio = true
PermalinkText = "🔗"
+ mainSections = ["post"]
# Contact/social-network identifiers for social icons
EmailAddress = "email.address@example.com"