inclusivenaming / website

Website for the Inclusive Naming Initiative
https://inclusivenaming.org/
Creative Commons Attribution 4.0 International
28 stars 39 forks source link

Add Hugo devcontainer with brief README #86

Closed lee0c closed 3 years ago

lee0c commented 3 years ago

Adds files to use VSCode/GitHub Codespaces devcontainers with this project. Directly based on the Hugo dev container template.

At current I haven't pinned Hugo to a specific version and it just uses latest as the project README doesn't specify a version.

This addition helps make the project more approachable and quick to get started with, and allows devs to work without local installs of tooling they may otherwise not use often.

lee0c commented 3 years ago

Note to add: I have ensured the commands in the project readme (yarn and make serve) run and the website displays locally on port 1313, but have not moved around the site & repo in depth to ensure the devcontainer perfectly meets all needs. If there's anything obvious missing, let me know and I can add it 😊