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

github.com/monkeyWzr/hugo-theme-cactus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonkeyWzr <monkeywzr@gmail.com>2020-07-24 17:05:26 +0300
committermonkeyWzr <monkeywzr@gmail.com>2020-07-24 17:05:26 +0300
commit55d81ff76796484c2c1fd0d129accccc86a089d2 (patch)
tree5b70fba84afa3ced4ffa5557c12409f32ae77bbb /exampleSite
parent6d77d4368f35af91dc76c8eedea09cc02f736015 (diff)
update sample config
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index f5436b8..65e445a 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -39,13 +39,12 @@ weight = 4
[params]
colortheme = "white" # dark, light, white, or classic
- # mainSections = ["posts"] # TODO
- mainSection = "posts"
rss = true # generate rss feed. default value is false
googleAnalyticsAsync = true # use asynchronous tracking. Synchronous tracking by default
# Home page settings
description = "Hugo is a general-purpose website framework. Technically speaking, Hugo is a static site generator. Unlike systems that dynamically build a page with each visitor request, Hugo builds pages when you create or update your content. Since websites are viewed far more often than they are edited, Hugo is designed to provide an optimal viewing experience for your website’s end users and an ideal writing experience for website authors."
+ mainSection = "posts" # your main section
showAllPostsOnHomePage = false # default
postsOnHomePage = 5 # this option will be ignored if showAllPostsOnHomePage is set to true
tagsOverview = true # show tags overview by default.