~bittercode/pureburn

804e506c48017c89fbaff6c4dfd7ea6f8dbcf5a0 — bittercode 3 years ago 9469bee
README adjustments for per page cs/js ability
1 files changed, 2 insertions(+), 0 deletions(-)

M README.md
M README.md => README.md +2 -0
@@ 173,6 173,7 @@ paginate = 10
[params]
  custom_css = ["css/my.css"]
```
It is also possible to override css per page by adding a custom_css param to the front matter.

* Add new behaviours by linking to custom JS files or URLs:



@@ 180,6 181,7 @@ paginate = 10
[params]
  custom_js = ["js/my.js", "https://cdnjs.cloudflare.com/ajax/libs/zooming/1.4.2/zooming.min.js"]
```
It is also to override JS per page by adding a custom_js param to the front matter.

## Shortcodes