From b7ecf0c08c110f11cc215b7154fb1349263ca106 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linh=20T=2E=20T=C3=B4?= <31973230+linhtto@users.noreply.github.com> Date: Sat, 8 Aug 2020 10:52:35 -0400 Subject: Allow for Custom JavaScript files (#233) --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 27e73b2..ecc7de4 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,11 @@ Set `disqusshortname` in `config.toml` to activate Hugo's [internal Disqus templ ## Custom CSS -You can add custom CSS files by placing them under `assets/` and adding the path to the file to `customCSS` in `config.toml`. +You can add custom CSS files by placing them under `assets/` and adding the paths to the files to the `customCSS` list in `config.toml`. + +## Custom JavaScript + +You can add custom JavaScript files by placing them under `assets/` and adding the paths to the files to the `customJS` list in `config.toml`. ## Issues -- cgit v1.2.3