An open API service indexing awesome lists of open source software.

https://github.com/gothenburgbitfactory/gothenburgbitfactory.github.io


https://github.com/gothenburgbitfactory/gothenburgbitfactory.github.io

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

          

# GBF Site Repository

This repository contains the content of [gothenburgbitfactory.org](https://gothenburgbitfactory.org).

## Contributing

To clone this repository, run
```shell
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](https://gohugo.io/getting-started/quick-start/).
2. Within the repository, run
```shell
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.