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

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index d4b5bb8..6ba1e93 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -152,7 +152,7 @@ enableEmoji = true
disclaimer = ""
# Home page posts
[languages.en.params.home.posts]
- enable = false
+ enable = true
# special amount of posts in each home posts page
paginate = 6
# Social config in home page
@@ -226,7 +226,7 @@ enableEmoji = true
[params]
# uBlogger theme version
- version = "0.2.X"
+ version = "1.1.X"
# site default theme ("light", "dark", "auto")
defaultTheme = "auto"
# public git repo url only then enableGitInfo is true
@@ -726,4 +726,4 @@ enableEmoji = true
page = ["HTML", "MarkDown"]
section = ["HTML", "RSS"]
taxonomy = ["HTML", "RSS"]
- taxonomyTerm = ["HTML"]
+ taxonomyTerm = ["HTML"] \ No newline at end of file