diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..5f96b0f --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,10 @@ +{ + "image":"mcr.microsoft.com/devcontainers/universal:2", + "postCreateCommand": [ + "git submodule init", + "git submodule update" + ], + "postAttachCommand": { + "server": "hugo server -D --baseURL=https://$CODESPACE_NAME-1313.app.github.dev --appendPort=false" + } +} \ No newline at end of file