This repository contains the content of gothenburgbitfactory.org.
To clone this repository, run
git clone https://github.com/GothenburgBitFactory/gbf.org
For minor changes, it is perfectly fine to simply change the relevant Markdown files and make a pull request.
For more complex changes, here is how to run the site locally:
- Install Hugo.
- Within the repository, run
This defaults to running a web server on
hugo server -D -w
http://localhost:1313
.
Now you can inspect your changes locally before opening a pull request.