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

github.com/joway/hugo-theme-yinyang.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6b06ce0..b1316f9 100644
--- a/README.md
+++ b/README.md
@@ -83,6 +83,13 @@ link = "https://github.com/joway"
extraHead = '<script src="xxxx.js"></script>'
```
+### Extra CSS files
+
+```
+[params]
+extraCSSFiles = ["css/foo.css", "css/bar.css"]
+```
+
### Insert content on every post
```
@@ -127,4 +134,6 @@ name = "Github"
link = "https://github.com/joway"
postHeaderContent = ""
postFooterContent = "<br/><br/><p>Subscribe to:<a target='_blank' href='https://mailchi.mp/a1a0d59e7a19/joway'>Joway's Blog</a></p>"
+# extraCSSFiles = ["css/foo.css", "css/bar.css"]
+extraCSSFiles = []
```