From 120b59dedcc4b9166abbaafab9e6f517e195c7b9 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Sat, 15 Apr 2023 02:08:31 +0800 Subject: [PATCH] use update theme path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 843b381..ff9ea60 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ THEME := themes/gitea PUBLIC := public -ARCHIVE := https://dl.gitea.io/theme/master.tar.gz +ARCHIVE := https://dl.gitea.com/theme/main.tar.gz HUGO_PACKAGE := github.com/gohugoio/hugo@v0.81.0