aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-10-02 17:14:53 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-10-02 17:14:53 +0300
commitb8b255f1a12b56c1fed9547ab15c8a4356106c22 (patch)
tree3590d3547f362d182ecca59aa4c0d365e8c7d8b6 /README.md
parentfooter: add support for custom_js (diff)
downloadjekyll-theme-b8b255f1a12b56c1fed9547ab15c8a4356106c22.tar.gz
jekyll-theme-b8b255f1a12b56c1fed9547ab15c8a4356106c22.zip
README: update
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 068cba0..d91d85d 100644
--- a/README.md
+++ b/README.md
@@ -144,6 +144,13 @@ See [this post][mathjax post] for a usage example.
[mathjax post]: _posts/2021-04-08-mathjax.md
+### Custom CSS & JavaScript
+
+Include custom CSS stylesheets in the header & custom JavaScript files in the
+footer by specifying the `page.custom_css` and `page.custom_js` arrays.
+They will be picked up from the root "assets/css" and "assets/js" directories
+respectively.
+
History
-------