Initial commit

This commit is contained in:
inpharmaticist
2024-12-24 22:05:13 -08:00
committed by GitHub
commit e65d59dee5
17 changed files with 371 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"image": "mcr.microsoft.com/devcontainers/go:1",
"features": {
"ghcr.io/devcontainers/features/hugo:1": {
"extended": true,
"version": "0.132.2"
},
"ghcr.io/devcontainers/features/node:1": {}
},
"customizations": {
"vscode": {
"extensions": [
"mhutchie.git-graph",
"esbenp.prettier-vscode",
"tamasfe.even-better-toml",
"budparr.language-hugo-vscode"
]
}
},
"forwardPorts": [1313]
}