This is repository where the source of the Community Over Code EU website lives
The website is built with Hugo
You can install Hugo by following the installation guide.
To start the website locally in dev mode, just run:
hugo server -D
Then open the website in a browser at http://localhost:1313/
For adding or editing pages, modify the corresponding file under /content.
Follow the documentation guide