This commit is contained in:
Jimmy Cai 2022-03-19 22:54:52 +00:00 committed by GitHub
commit 0c1b2e37a3
3 changed files with 4 additions and 4 deletions

View File

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

2
go.mod
View File

@ -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

4
go.sum
View File

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