From aec5efb8590ea9cbb1892c2185469f5235f812c9 Mon Sep 17 00:00:00 2001 From: CaiJimmy Date: Sun, 6 Mar 2022 09:59:17 +0000 Subject: [PATCH 1/2] CI: Update theme --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 4263d8d..8709d4c 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/CaiJimmy/hugo-theme-stack-starter go 1.17 -require github.com/CaiJimmy/hugo-theme-stack/v3 v3.9.2 // indirect +require github.com/CaiJimmy/hugo-theme-stack/v3 v3.10.0 // indirect diff --git a/go.sum b/go.sum index dabd97a..4e34077 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -github.com/CaiJimmy/hugo-theme-stack/v3 v3.9.2 h1:HfqtlWotU1fkLyUVQWSm5aZawTugHnKK6S4rdz6vXqg= -github.com/CaiJimmy/hugo-theme-stack/v3 v3.9.2/go.mod h1:IPmCXiIxlFSLFYS0tOmYP6ySLviyeNVSabyvSuaxD+I= +github.com/CaiJimmy/hugo-theme-stack/v3 v3.10.0 h1:M0LF4RPtDT/2oOzMOkq4+fwXmuMeNYtF7nF/M1xmjeY= +github.com/CaiJimmy/hugo-theme-stack/v3 v3.10.0/go.mod h1:IPmCXiIxlFSLFYS0tOmYP6ySLviyeNVSabyvSuaxD+I= From b7d7a881fc43fb46a3147f25dfb70eb75cbf86d1 Mon Sep 17 00:00:00 2001 From: Jimmy Cai Date: Sun, 6 Mar 2022 11:31:09 +0100 Subject: [PATCH 2/2] fix(README): typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bafac21..d25bdc0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Hugo Theme Stack Starter Template -This is a quick start template for a [Hugo theme Stack](https://github.com/CaiJimmy/hugo-theme-stack). It uses [Hugo modules](https://gohugo.io/hugo-modules/) feature to load the theme. +This is a quick start template for [Hugo theme Stack](https://github.com/CaiJimmy/hugo-theme-stack). It uses [Hugo modules](https://gohugo.io/hugo-modules/) feature to load the theme. It comes with a basic theme structure and configuration. GitHub action has been set up to deploy the theme to a public GitHub page automatically. Also, there's a cron job to update the theme automatically everyday.