Skip to content

Commit e2923d8

Browse files
committed
.
1 parent 84110c3 commit e2923d8

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
build:
3333
runs-on: ubuntu-latest
3434
env:
35-
HUGO_VERSION: 0.126.0
35+
HUGO_VERSION: 0.146.0
3636
steps:
3737
- name: Install Hugo CLI
3838
run: |

hugo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ theme = 'PaperMod'
2323
hideSummary = true
2424
social = true
2525
disable_ga = true
26-
26+
env = "production"
27+
googleAnalytics = ""
28+
2729
[params.cover]
2830
linkFullImages = true
2931

0 commit comments

Comments
 (0)