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-04-02 03:05:47 +0300
committerparsiya@gmail.com <parsiya@gmail.com>2016-04-02 03:05:47 +0300
commit8268015c926f10e881701426b6dd81b1140f5730 (patch)
treeffa1c6b1459a13d0291f6aa0043c74f1fd8c1a1e /sample-config.toml
parent925108992c8fbc5ceed94af6bd894f1120356a35 (diff)
Add the option to override the built-in css. Fixes #4
Diffstat (limited to 'sample-config.toml')
-rw-r--r--sample-config.toml8
1 files changed, 6 insertions, 2 deletions
diff --git a/sample-config.toml b/sample-config.toml
index 80a5262..346963f 100644
--- a/sample-config.toml
+++ b/sample-config.toml
@@ -23,7 +23,7 @@ pygmentscodefences = true
[permalinks]
post = "/blog/:year-:month-:day-:title/" # change the post URL to look like the old ones
-
+# make tags and categories work
[indexes]
tag = "tags"
category = "categories"
@@ -85,9 +85,13 @@ post = "/blog/:year-:month-:day-:title/" # change the post URL to look like the
defaultDescription = ""
- # does this even work in action?
+ # populate this with your own keywords
# defaultKeywords = ["keyword1" , "keyword2" , "keyword3" , "keyword4"]
+ # 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"]
+
# blackfriday is Hugo's markdown engine. Options are at: https://gohugo.io/overview/configuration/ (scroll down to "Configure Blackfriday rendering")
[blackfriday]
hrefTargetBlank = true # open the external links in a new window