Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 701 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 701 Bytes

GBF Site Repository

This repository contains the content of gothenburgbitfactory.org.

Contributing

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:

  1. Install Hugo.
  2. Within the repository, run
    hugo server -D -w
    This defaults to running a web server on http://localhost:1313.

Now you can inspect your changes locally before opening a pull request.