Contribution is done through GitLab, and mirrored to GitHub. The blog is hosted on GitHub Pages.
- Clone the repository
- Install Hugo, see instructions here
- Run
hugo serve
to have the blog running locally, so you can see how it looks - Copy any existing article from
content/articles/
and start from this to write your own article. Make sure to include a cover picture, preferably in 2048x720 pixels (or this aspect ratio). - Create a Merge Request and ask your peers for a review
- When done, merge it, and GitLab will automatically mirror it to GitHub, triggering the deployment of the blog (it takes a minute or two)