From 329886b16c168c8a67a6823ee8a6d82dcd2d455c Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Sat, 15 Apr 2023 02:20:04 +0800 Subject: [PATCH] update hugo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ff9ea60..da8b066 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ THEME := themes/gitea PUBLIC := public ARCHIVE := https://dl.gitea.com/theme/main.tar.gz -HUGO_PACKAGE := github.com/gohugoio/hugo@v0.81.0 +HUGO_PACKAGE := github.com/gohugoio/hugo@v0.111.3 .PHONY: all all: build