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:
authorParsia Hakimian <parsiya@users.noreply.github.com>2019-08-18 22:13:50 +0300
committerGitHub <noreply@github.com>2019-08-18 22:13:50 +0300
commit3f80dea2998fc23e531a9d9e79f95e974db9195f (patch)
treea9e8f713f7fd0d1e377de735c3495a5a5d490ca0 /sample-config.toml
parent73f38066f611cc0751eb8278aa40d7d5e3440cd3 (diff)
v0.57 changes, added mainSections, revamp readme headings, stopped using deprecated .Hugo, stopped using .RSSLink (#58)
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