Update theme & add gitignore
This commit is contained in:
parent
5ee34c649c
commit
7b6b41f0e8
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
public
|
||||||
|
resources
|
2
go.mod
2
go.mod
@ -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
4
go.sum
@ -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=
|
||||||
|
Loading…
Reference in New Issue
Block a user