File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ HUGO_IMG?=hugomods/hugo:0.115.3
4
4
5
5
THEME_MODULE = github.com/nginxinc/nginx-hugo-theme
6
6
# # Pulls the current theme version from the Netlify settings
7
- THEME_VERSION = $( NGINX_THEME_VERSION )
7
+ THEME_VERSION = 0.41.14
8
8
NETLIFY_DEPLOY_URL = ${DEPLOY_PRIME_URL}
9
9
10
10
# if there's no local hugo, fallback to docker
@@ -75,6 +75,9 @@ lint-markdown:
75
75
hugo-mod :
76
76
hugo mod get $(THEME_MODULE ) @v$(THEME_VERSION )
77
77
78
+ hugo-tidy :
79
+ hugo mod tidy
80
+
78
81
build-production :
79
82
hugo --gc -e production
80
83
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ module github.com/nginxinc/kubernetes-ingress/docs
2
2
3
3
go 1.19
4
4
5
- require github.com/nginxinc/nginx-hugo-theme v0.41.8 // indirect
5
+ require github.com/nginxinc/nginx-hugo-theme v0.41.14 // indirect
Original file line number Diff line number Diff line change 1
- github.com/nginxinc/nginx-hugo-theme v0.41.8 h1:l9Lsl9NMaTmNCSMa/W9sdqwhlKFxfb+6ue6w6+bsMC0 =
2
- github.com/nginxinc/nginx-hugo-theme v0.41.8 /go.mod h1:DPNgSS5QYxkjH/BfH4uPDiTfODqWJ50NKZdorguom8M =
1
+ github.com/nginxinc/nginx-hugo-theme v0.41.14 h1:OraNB01CdMJXufPddvIVt6qn6Mj38Z/XCVIWBgVtuY0 =
2
+ github.com/nginxinc/nginx-hugo-theme v0.41.14 /go.mod h1:DPNgSS5QYxkjH/BfH4uPDiTfODqWJ50NKZdorguom8M =
You can’t perform that action at this time.
0 commit comments