From c3bcde658bfca3a779b7948e5817f19bdc30298c Mon Sep 17 00:00:00 2001
From: Paolo Mainardi <paolomainardi@gmail.com>
Date: Mon, 02 Jan 2023 12:22:08 +0000
Subject: [PATCH] feat: Add support for custom remote javascript files (#751)
---
exampleSite/config.toml | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 07f9608..b213811 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -39,9 +39,13 @@
customCSS = []
# Custom SCSS, file path is relative to Hugo's asset folder (default: {your project root}/assets)
customSCSS = []
+
# Custom JS
customJS = []
+# Custom remote JS files
+customRemoteJS = []
+
# If you want to use fathom(https://usefathom.com) for analytics, add this section
# [params.fathomAnalytics]
# siteID = "ABCDE"
--
Gitblit v1.10.0