mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
Update config GA
This commit is contained in:
+9
-3
@@ -50,16 +50,17 @@ verbose = false
|
||||
verboseLog = false
|
||||
# Setting this to false will keep hugo from watching for changes during local development
|
||||
watch = true
|
||||
# Add GA Tracking Code Here. This leverages a built-in (ie, "internal") partial from HUGO: https://gohugo.io/extras/analytics#configuring-google-analytics
|
||||
googleAnalytics = ""
|
||||
|
||||
[permalinks]
|
||||
temp = "/:title"
|
||||
|
||||
#CUSTOM PARAMS
|
||||
[params]
|
||||
organizationname = ""
|
||||
organizationname = ""
|
||||
sitedescription = ""
|
||||
release = "0.20"
|
||||
googleanalyticstrackingcode = "UA-76549364-1"
|
||||
## Critical Render Path. If true, site style will be embedded in a <style> tag in each html <head> as part of Gulp Build. False puts a typical <link> to the stylesheet in <head>>
|
||||
usecrp = true
|
||||
## Twitter handle without the "@"
|
||||
@@ -95,4 +96,9 @@ watch = true
|
||||
latexDashes = true
|
||||
|
||||
[taxonomies]
|
||||
tag = "tags"
|
||||
<<<<<<< HEAD
|
||||
tag = "tags"
|
||||
=======
|
||||
tag = "tags"
|
||||
category = ""
|
||||
>>>>>>> bfb0257e17971af1cf5f2a21d325bc569acef75c
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<!-- <script src="/js/vendor/jquery-2.2.4.min.js"></script> -->
|
||||
<script src="/js/script.min.js" async defer></script>
|
||||
{{$gaid := .Site.Params.googleanalyticstrackingcode }}
|
||||
{{$gaid := .Site.GoogleAnalytics }}
|
||||
<!-- GitHub Buttons -->
|
||||
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
||||
<!-- Google Analytics -->
|
||||
|
||||
Reference in New Issue
Block a user