This commit is contained in:
gurusabarish
2022-12-08 00:25:42 +05:30
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -14,7 +14,6 @@ outputs:
Paginate: 3 Paginate: 3
disqusShortname: gurusabarish disqusShortname: gurusabarish
googleAnalytics: G-DWJJVE27WD
enableRobotsTXT: true enableRobotsTXT: true
markup: markup:
+1 -1
View File
@@ -1,6 +1,6 @@
[build] [build]
publish = "exampleSite/public" publish = "exampleSite/public"
command = "cd exampleSite && hugo --gc --minify --themesDir ../.." command = 'cd exampleSite && echo -e "\ngoogleAnalytics: $GOOGLE_ANALYTICS \n" >> config.yaml && hugo --gc --minify --themesDir ../..'
[context.production.environment] [context.production.environment]
HUGO_VERSION = "0.92.0" HUGO_VERSION = "0.92.0"