We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84110c3 commit e2923d8Copy full SHA for e2923d8
2 files changed
.github/workflows/hugo.yaml
@@ -32,7 +32,7 @@ jobs:
32
build:
33
runs-on: ubuntu-latest
34
env:
35
- HUGO_VERSION: 0.126.0
+ HUGO_VERSION: 0.146.0
36
steps:
37
- name: Install Hugo CLI
38
run: |
hugo.toml
@@ -23,7 +23,9 @@ theme = 'PaperMod'
23
hideSummary = true
24
social = true
25
disable_ga = true
26
-
+ env = "production"
27
+ googleAnalytics = ""
28
+
29
[params.cover]
30
linkFullImages = true
31
0 commit comments