feat: add stack theme
This commit is contained in:
parent
4d3c9f9350
commit
5ee34c649c
4 changed files with 14 additions and 1 deletions
|
@ -38,5 +38,8 @@
|
||||||
// "postCreateCommand": "uname -a",
|
// "postCreateCommand": "uname -a",
|
||||||
|
|
||||||
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
|
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
|
||||||
"remoteUser": "node"
|
"remoteUser": "node",
|
||||||
|
"features": {
|
||||||
|
"golang": "latest"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
3
config.yaml
Normal file
3
config.yaml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
module:
|
||||||
|
imports:
|
||||||
|
- path: github.com/CaiJimmy/hugo-theme-stack
|
5
go.mod
Normal file
5
go.mod
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
module github.com/CaiJimmy/hugo-theme-stack-starter
|
||||||
|
|
||||||
|
go 1.17
|
||||||
|
|
||||||
|
require github.com/CaiJimmy/hugo-theme-stack v3.2.0+incompatible // indirect
|
2
go.sum
Normal file
2
go.sum
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
github.com/CaiJimmy/hugo-theme-stack v3.2.0+incompatible h1:y6AOiZaDiPG/IauQarGWFEy/tEfJ/WwvCtpIM2x3DcA=
|
||||||
|
github.com/CaiJimmy/hugo-theme-stack v3.2.0+incompatible/go.mod h1:Tacngkxf7u2kfufDzxoX7yqktykqc/Vi1LwJOHGE6Nw=
|
Loading…
Reference in a new issue