diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d5b0713..4bf8a19 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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" + } } diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..3809616 --- /dev/null +++ b/config.yaml @@ -0,0 +1,3 @@ +module: + imports: + - path: github.com/CaiJimmy/hugo-theme-stack \ No newline at end of file diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..d1bc74b --- /dev/null +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum new file mode 100644 index 0000000..18c9b93 --- /dev/null +++ b/go.sum @@ -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=