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

github.com/d-kusk/minimage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaisuke KONISHI <skydai1151@gmail.com>2019-08-16 19:05:33 +0300
committerDaisuke KONISHI <skydai1151@gmail.com>2019-08-16 19:05:33 +0300
commit733d04a97b5a67a81e6dd6947684f17ec5903bcf (patch)
treee62d9de690bca7869ac871b8faba538cda0a3e53 /exampleSite
parent1d8baa3b71fc36ffe04edc65c84275cf8e0cff86 (diff)
fix #55
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 01b56c8..c8c9476 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -12,6 +12,7 @@ theme = "minimage"
description = "Your site description"
author = "Your Name"
logo = '/image/logo.png'
+ mainSections = ["post"]
[taxonomies]
category = "categories"