Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bul-ikana/hugo-cards.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Aguirre <hugo.agmtz@gmail.com>2020-10-19 02:38:53 +0300
committerHugo Aguirre <hugo.agmtz@gmail.com>2020-10-19 02:38:53 +0300
commit835b052cae050145c91131c872e432aae5c381ce (patch)
treea74a6f975ac2961f546ba0923042ae85171254c9
parent731d459987780ff8ae1a08d025c715244dec2867 (diff)
Provide default custom.css file
-rw-r--r--exampleSite/config.toml2
-rw-r--r--static/css/custom.css1
2 files changed, 2 insertions, 1 deletions
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