Update: Products

This commit is contained in:
2025-12-13 11:17:30 +01:00
parent cb55973d05
commit 72d917f6ef
12 changed files with 518 additions and 133 deletions

View File

@@ -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