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

github.com/parsiya/Hugo-Octopress.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sample-config.toml')
-rwxr-xr-x[-rw-r--r--]sample-config.toml7
1 files changed, 5 insertions, 2 deletions
diff --git a/sample-config.toml b/sample-config.toml
index 8ac1e6e..0ba1653 100644..100755
--- a/sample-config.toml
+++ b/sample-config.toml
@@ -7,7 +7,7 @@ theme = "hugo-octopress"
# Disqus shortcode
# Disable comments for any individual post by adding "comments: false" in its frontmatter
# Note it's not under [params] anymore
-disqusShortname = "Your disqus shortname"
+# disqusShortname = "Your disqus shortname"
# Number of blog posts in each pagination page
paginate = 6
@@ -91,7 +91,7 @@ post = "/blog/:year-:month-:day-:title/" # change the post URL to look like the
# googleAnalytics = "UA-XXXXX-X"
# Optional piwik tracking
- #[params.analytics.piwik]
+ # [params.analytics.piwik]
# URL = "https://stats.example.com"
# ID = "42"
@@ -148,6 +148,9 @@ post = "/blog/:year-:month-:day-:title/" # change the post URL to look like the
# Set to true to enable compact index. Set to false or remove to go back to classic view.
# compactIndex = true
+ # Set mainSections.
+ # mainSections = ["post", "blog"]
+
# Menu
# If navigationNewWindow (under [params]) is set to true then all links except root ("/") will open in a new window
# If it does not exist or is set to false then links will open in the same window