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 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index eacd50e..eb0ebbc 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -3,7 +3,7 @@ baseurl = "https://example.com"
disablePathToLower = false
languageCode = "en-us"
title = "Site title"
-theme = "hugo-octopress"
+theme = "Hugo-Octopress"
# Needed so we can serve the example website without extra switches
themesDir = "../.."
@@ -94,6 +94,7 @@ post = "/blog/:year-:month-:day-:title/" # change the post URL to look like the
# Generate taxonomy pages
generateTaxonomyList = true
+
# 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