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:
authorparsiya@gmail.com <parsiya@gmail.com>2016-07-31 22:17:38 +0300
committerparsiya@gmail.com <parsiya@gmail.com>2016-07-31 22:21:03 +0300
commitf39bc51ba6c3dd3cafd85081fa7fa5d80f6904e2 (patch)
tree62970357d3b8f3a387903b3220b6a7a1ba7db214 /sample-config.toml
parentec419361f2d29a3e74ac53e96a883640578a7e5b (diff)
Substitute custom_css with customCSS
Diffstat (limited to 'sample-config.toml')
-rw-r--r--sample-config.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sample-config.toml b/sample-config.toml
index 18f7255..f1342bd 100644
--- a/sample-config.toml
+++ b/sample-config.toml
@@ -46,7 +46,7 @@ post = "/blog/:year-:month-:day-:title/" # change the post URL to look like the
# sidebar menus
-# enable with "sidebarMenuEnabled = true" in [oarams]
+# enable with "sidebarMenuEnabled = true" in [params]
# header text is "sidebarMenuHeader" in [params]
[[menu.sidebar]]
Name = "Google"
@@ -136,7 +136,7 @@ post = "/blog/:year-:month-:day-:title/" # change the post URL to look like the
# css override files
# paths should be relative to the `static` directory (either the website static directory or the theme one)
- # custom_css = ["css/custom.css","css/custom2.css"]
+ # customCSS = ["css/custom.css","css/custom2.css"]
# 404.html header and text -both support markdown
notFoundHeader = "There's nothing here"