We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4400c2 commit a7b4288Copy full SHA for a7b4288
Makefile
@@ -80,7 +80,7 @@ gencatalog:
80
81
gendocs:
82
rm -rf docs/
83
- (cd site && go run github.com/gohugoio/hugo)
+ (cd site && env HUGO_ENV="production" hugo)
84
85
docs: gencatalog gendocs license
86
site/config.toml
@@ -49,7 +49,7 @@ anchor = "smart"
49
[services]
50
[services.googleAnalytics]
51
# Comment out the next line to disable GA tracking. Also disables the feature described in [params.ui.feedback].
52
-#id = "UA-00000000-0"
+id = "UA-171557011-1"
53
54
# Language configuration
55
0 commit comments