chore(documentation-base): Initial commit with Hugo devcontainer and RELEARN theme installed - just open the devconatiner and start editing!
This commit is contained in:
commit
fabab52d8d
202 changed files with 21553 additions and 0 deletions
15
.devcontainer/devcontainer.json
Normal file
15
.devcontainer/devcontainer.json
Normal 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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue