From 835b052cae050145c91131c872e432aae5c381ce Mon Sep 17 00:00:00 2001 From: Hugo Aguirre Date: Sun, 18 Oct 2020 18:38:53 -0500 Subject: Provide default custom.css file --- exampleSite/config.toml | 2 +- static/css/custom.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 static/css/custom.css diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 73de99d..c1b498e 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -23,7 +23,7 @@ paginate = 6 analytics = "" disqus = "" - #custom_css = ["css/custom.css"] + custom_css = ["css/custom.css"] [params.copyright] name = "bool" diff --git a/static/css/custom.css b/static/css/custom.css new file mode 100644 index 0000000..6869376 --- /dev/null +++ b/static/css/custom.css @@ -0,0 +1 @@ +/*Add your custom css here. This will override any existinc thems css*/ \ No newline at end of file -- cgit v1.2.3