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

github.com/themefisher/northendlab-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThemefisher Dev <themefisher.dev@gmail.com>2020-01-20 08:49:19 +0300
committerThemefisher Dev <themefisher.dev@gmail.com>2020-01-20 08:49:19 +0300
commite6b636eeabd76dcae0be035267a935428a05838a (patch)
tree37c277c2c669662019a41bbc6b3fe80b539a3dce /exampleSite
parent00d9398456c51cc428a639826445cea0d002641f (diff)
modified plugins link
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml18
1 files changed, 10 insertions, 8 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index ffea899..e5c3868 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -19,21 +19,21 @@ home = ["HTML", "AMP", "RSS", "JSON"]
# css plugins
[[params.plugins.css]]
-URL = "plugins/bootstrap/bootstrap.min.css"
+link = "plugins/bootstrap/bootstrap.min.css"
[[params.plugins.css]]
-URL = "plugins/themify-icons/themify-icons.css"
+link = "plugins/themify-icons/themify-icons.css"
# js plugins
[[params.plugins.js]]
-URL = "plugins/jQuery/jquery.min.js"
+link = "plugins/jQuery/jquery.min.js"
[[params.plugins.js]]
-URL = "plugins/bootstrap/bootstrap.min.js"
+link = "plugins/bootstrap/bootstrap.min.js"
[[params.plugins.js]]
-URL = "plugins/search/fuse.min.js"
+link = "plugins/search/fuse.min.js"
[[params.plugins.js]]
-URL = "plugins/search/mark.js"
+link = "plugins/search/mark.js"
[[params.plugins.js]]
-URL = "plugins/search/search.js"
+link = "plugins/search/search.js"
########################### Navigation ###################################
@@ -70,8 +70,10 @@ logo = "images/logo.svg"
# meta data
author = "Themefisher"
description = "This is meta description"
+# google tag manager
+google_tag_manager = "" # your id
# google analitycs ID
-google_analitycs_id = "Your ID"
+google_analitycs_id = "" # your id
# contact form action
contact_form_action = "#" # contact form works with : https://formspree.io
# copyright