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

github.com/yursan9/manis-hugo-theme.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.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index e2ecb57..68e50fc 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -21,7 +21,7 @@ pygmentsUseClasses = true
[menu]
[[menu.main]]
- name = "Blog"
+ name = "Post"
url = "/post/"
[[menu.main]]
@@ -37,7 +37,7 @@ pygmentsUseClasses = true
# Custom CSS
customCSS = []
- # List of sections support disqus comments
+ # List of sections that support disqus comments
disqusSections = [ "blog" ]
# Site meta description
description = "Sweet little Hugo's theme for personal website or blog."
@@ -48,17 +48,17 @@ pygmentsUseClasses = true
# URL to license file, can be outside of your domain
licenseURL = "/about/license"
- # Configure which section for Latest Posts
- postSection = "post"
- # Configure which section for Latest Works
- workSection = ""
+ # Configure which sections for Latest Posts
+ mainSections = ["blog", "post"]
+ # Configure which sections for Latest Works
+ workSections = ["work"]
# 404 Configuration
head404 = "Sorry, I can't find what you want."
sub404 = "Back to <a href='/'>Home</a>."
# Color of your website's accent
- colorTheme = "#ff8181"
+ colorTheme = "#ff6565"
# Maximum number of item in Latest Posts or Works
latestCount = 3
# Path to site's favicon image