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

github.com/nodejh/hugo-theme-cactus-plus.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.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
index ccf1e20..05d7d5a 100644
--- a/README.md
+++ b/README.md
@@ -147,6 +147,22 @@ enableComments = false
+++
```
+### 3.2 Custom CSS and JS
+
+You can put your custom css and js files to `static` directory, or use remote css and js files which start with `http://` or `https://`.
+
+For example:
+
+```yaml
+customCSS:
+ - css/custom.css # local css in `static/css/custom.css`
+ - https://example.com/custom.css # remote css
+customJS:
+ - js/custom.js # local js in `static/js/custom.js`
+ - https://example.com/custom.js # remote js
+```
+
+
## License
[MIT](https://github.com/nodejh/hugo-theme-mini/blob/master/LICENSE.md)