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. 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=