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

github.com/cntrump/hugo-notepadium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvvveiii <cntrump@gmail.com>2020-01-10 10:53:56 +0300
committervvveiii <cntrump@gmail.com>2020-01-10 10:53:56 +0300
commit23dfe1fe40015116e2eef4b725b48fb90ae69937 (patch)
treebadecd6822da47056093fd0ef4daabe9ddf52eb1 /README.md
parent8127e036f9623652fff4bbb1d11f1097cb8e044b (diff)
update ReadMe
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 7db623c..6318e7c 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ Features
- Pagination with large number of pages supporting
- Light & Dark Mode
- Google analytics supporting
-- Custom CSS supporting
+- Custom CSS/SASS/SCSS supporting
- Custom JS supporting
- Custom header right items supporting
@@ -225,11 +225,11 @@ You can relayout copyright like this:
</div>
```
-### Custom CSS supporting
+### Custom CSS
```toml
[params.assets]
-css = ["css/font.css", "css/color.css"]
+css = ["css/font.css", "css/color.css", "css/layout.scss"] # *.css/scss/sass
```
On user-side:
@@ -244,7 +244,7 @@ On user-side:
`color.css` and `font.css` will be bundled into `core.css`.
-### Custom JS supporting
+### Custom JS
```toml
[params.assets]