Skip to content

Commit

Permalink
fix: bump hugo theme to 0.35.0 (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
JTorreG authored Aug 14, 2023
1 parent 25311de commit a13f6ca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions hugo/config/_default/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ refLinksErrorLevel = "ERROR"
enableRobotsTXT = "true"
#canonifyURLs = true
pluralizeListTitles = false
pygmentsCodeFences = true
pygmentsUseClasses = true

[caches]
[caches.modules]
Expand Down
2 changes: 1 addition & 1 deletion hugo/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/nginx/agent/hugo

go 1.18

require github.com/nginxinc/nginx-hugo-theme v0.34.0 // indirect
require github.com/nginxinc/nginx-hugo-theme v0.35.0 // indirect
2 changes: 2 additions & 0 deletions hugo/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ github.com/nginxinc/nginx-hugo-theme v0.34.0-alpha h1:8tKWnkhxP5Nk0V64v8rE9T3cru
github.com/nginxinc/nginx-hugo-theme v0.34.0-alpha/go.mod h1:DPNgSS5QYxkjH/BfH4uPDiTfODqWJ50NKZdorguom8M=
github.com/nginxinc/nginx-hugo-theme v0.34.0 h1:G7LPVq7w1ls6IS4+OkTwjhFb67rLCzPdfZvW1/sn2Cw=
github.com/nginxinc/nginx-hugo-theme v0.34.0/go.mod h1:DPNgSS5QYxkjH/BfH4uPDiTfODqWJ50NKZdorguom8M=
github.com/nginxinc/nginx-hugo-theme v0.35.0 h1:7XB2GMy6qeJgKEJy9wOS3SYKYpfvLW3/H+UHRPLM4FU=
github.com/nginxinc/nginx-hugo-theme v0.35.0/go.mod h1:DPNgSS5QYxkjH/BfH4uPDiTfODqWJ50NKZdorguom8M=

0 comments on commit a13f6ca

Please sign in to comment.