-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add devcontainer #1118
feat: add devcontainer #1118
Conversation
Oh my. Wrong branch. I need to clean this up. Give me a minute. |
The linter complains about comments in the devcontainer.json. But they are supported and help understand the file. |
I'm not sure the comments in the devcontainer.json add any value - it's a well known schema and some of the extensions look like they are just commented out. I agree with the linter! :-) (FWIW!) |
Overview/Summary
With a devcontainer the hugo static website can be built in a local docker container instead of installing the required tooling on the client.
This PR fixes/adds/changes/removes
Closes #1117
Breaking Changes
none
As part of this Pull Request I have
main
branch