feat: add stack theme
This commit is contained in:
parent
4d3c9f9350
commit
5ee34c649c
@ -38,5 +38,8 @@
|
||||
// "postCreateCommand": "uname -a",
|
||||
|
||||
// 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
|
Loading…
Reference in New Issue
Block a user