This site is generated using the static site generator Hugo.
Follow these instructions to install it on your computer.
Clone this repo and its submodule using:
git clone --recurse-submodules git@github.com:sre-summercamp/sre-summercamp.github.io.git
If you want to customize the theme (CSS, JS, etc) you need to clone the repo https://github.com/sre-summercamp/devfest-theme-hugo and build a new version following its own instructions.
Run the server:
hugo server -D
Navigate to the site at http://localhost:1313/.
Changes are deployed using Github Actions this workflow, so you just need to open and merge a pull request to publish new changes.