rapidsai / rapids.ai

rapids.ai web site
https://rapids.ai
9 stars 20 forks source link

Add devcontainer and update Hugo version #336

Closed ajschmidt8 closed 12 months ago

ajschmidt8 commented 1 year ago

This PR adds a devcontainer to the repository.

A devcontainer makes it easier for others to contribute.

Additionally, it's a convenient prerequisite for migrating the main website to the Docsy theme, as mentioned in #334.

The Docsy theme has some additional dependencies (e.g. Golang, NodeJS, and some JS packages) that will be easier to track in a devcontainer.

The devcontainer has a start-up script that reads the HUGO_VERSION value from the netlify.toml value to ensure that the Hugo versions are consistent during local development and Netlify builds.

Other changes in this PR include: