From 8268015c926f10e881701426b6dd81b1140f5730 Mon Sep 17 00:00:00 2001 From: "parsiya@gmail.com" Date: Fri, 1 Apr 2016 20:05:47 -0400 Subject: Add the option to override the built-in css. Fixes #4 --- sample-config.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'sample-config.toml') 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 -- cgit v1.2.3