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-xsample-config.toml7
1 files changed, 5 insertions, 2 deletions
diff --git a/sample-config.toml b/sample-config.toml
index aaede62..ab48af1 100755
--- a/sample-config.toml
+++ b/sample-config.toml
@@ -3,7 +3,7 @@ baseurl = "https://example.com"
disablePathToLower = false
languageCode = "en-us"
title = "Site title"
-theme = "hugo-octopress"
+theme = "Hugo-Octopress"
# Disqus shortcode
# Disable comments for any individual post by adding "comments: false" in its frontmatter
@@ -133,7 +133,7 @@ post = "/blog/:year-:month-:day-:title/" # change the post URL to look like the
# Generate taxonomy pages
generateTaxonomyList = true
- # This is not needed unless alphabetical sort is needed
+ # Sort the taxonomy alphabetically.
# sortTaxonomyAlphabetical = true
# Twitter card config
@@ -151,6 +151,9 @@ post = "/blog/:year-:month-:day-:title/" # change the post URL to look like the
# Set mainSections.
# mainSections = ["post", "blog"]
+ # Site's custom favicon, this is a relative path to the `/static` directory
+ # favicon = "newfav.png"
+
# 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