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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinh T. Tô <31973230+linhtto@users.noreply.github.com>2020-08-08 17:52:35 +0300
committerGitHub <noreply@github.com>2020-08-08 17:52:35 +0300
commitb7ecf0c08c110f11cc215b7154fb1349263ca106 (patch)
tree98be7af4bbdcae98e2b898c1282e714439ed6a70 /exampleSite
parentecb89b781b1691172ac13ec142eefa209fbafa00 (diff)
Allow for Custom JavaScript files (#233)
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 13e9bf6..e5e2d74 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -13,6 +13,7 @@ DefaultContentLanguage = "en" # Default language fo
dateFormat = "Jan 2, 2006"
email = "youremail@email.com" # E-mail address for contact section
# customCSS = ["foo.css"] # Include custom css files placed under assets/
+ # customJS = ["foo.js"] # Include custom JavaScript files placed under assets/
# Configure the home page
[params.home]