chore(documentation-base): Initial commit with Hugo devcontainer and RELEARN theme installed - just open the devconatiner and start editing!

This commit is contained in:
Stephan Lo (WSL) 2024-07-30 10:10:18 +02:00 committed by Stephan Lo
commit fabab52d8d
202 changed files with 21553 additions and 0 deletions

View file

@ -0,0 +1,15 @@
{
"name": "Ubuntu",
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"ghcr.io/devcontainers/features/git:1": {},
"ghcr.io/devcontainers/features/go:1": {},
"ghcr.io/devcontainers/features/hugo:1": {
"extended": true
}
},
"forwardPorts": [
1313
],
"postStartCommand": "hugo server"
}