Update theme & add gitignore

This commit is contained in:
Jimmy Cai 2021-10-16 08:23:34 +00:00 committed by GitHub
parent 5ee34c649c
commit 7b6b41f0e8
3 changed files with 5 additions and 3 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
public
resources

2
go.mod
View File

@ -2,4 +2,4 @@ module github.com/CaiJimmy/hugo-theme-stack-starter
go 1.17 go 1.17
require github.com/CaiJimmy/hugo-theme-stack v3.2.0+incompatible // indirect require github.com/CaiJimmy/hugo-theme-stack v3.3.0+incompatible // indirect

4
go.sum
View File

@ -1,2 +1,2 @@
github.com/CaiJimmy/hugo-theme-stack v3.2.0+incompatible h1:y6AOiZaDiPG/IauQarGWFEy/tEfJ/WwvCtpIM2x3DcA= github.com/CaiJimmy/hugo-theme-stack v3.3.0+incompatible h1:9LKR5hOfIBZaUjuNFgg+76UiKJAPuu9F6NYWmdMqxvM=
github.com/CaiJimmy/hugo-theme-stack v3.2.0+incompatible/go.mod h1:Tacngkxf7u2kfufDzxoX7yqktykqc/Vi1LwJOHGE6Nw= github.com/CaiJimmy/hugo-theme-stack v3.3.0+incompatible/go.mod h1:Tacngkxf7u2kfufDzxoX7yqktykqc/Vi1LwJOHGE6Nw=