Update: Products
This commit is contained in:
@@ -28,14 +28,14 @@ target = "assets/watching/hugo_stats.json"
|
||||
########################### Services #############################
|
||||
[services]
|
||||
[services.googleAnalytics]
|
||||
ID = 'G-J5E56WD6ZW' # see https://gohugo.io/templates/internal/#configure-google-analytics
|
||||
# ID = 'G-J5E56WD6ZW' # see https://gohugo.io/templates/internal/#configure-google-analytics
|
||||
|
||||
#[services.disqus]
|
||||
#shortname = 'themefisher-template' # we use disqus to show comments in blog posts . To install disqus please follow this tutorial https://portfolio.peter-baumgartner.net/2017/09/10/how-to-install-disqus-on-hugo/
|
||||
|
||||
[privacy]
|
||||
[privacy.googleAnalytics]
|
||||
disable = false
|
||||
disable = true
|
||||
respectDoNotTrack = false
|
||||
############################# Build ##############################
|
||||
[build]
|
||||
@@ -91,4 +91,7 @@ suffixes = ["webmanifest"]
|
||||
[outputFormats]
|
||||
[outputFormats.WebAppManifest]
|
||||
mediaType = "application/manifest+json"
|
||||
rel = "manifest"
|
||||
rel = "manifest"
|
||||
|
||||
[minify]
|
||||
minifyOutput = true
|
||||
@@ -19,7 +19,7 @@ logo_text = "StartIT"
|
||||
purge_css = true
|
||||
|
||||
# search
|
||||
search = true
|
||||
search = false
|
||||
|
||||
# Main Sections
|
||||
mainSections = ["nieuws","news"]
|
||||
|
||||
Reference in New Issue
Block a user