https://github.com/gothenburgbitfactory/gothenburgbitfactory.github.io
https://github.com/gothenburgbitfactory/gothenburgbitfactory.github.io
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gothenburgbitfactory/gothenburgbitfactory.github.io
- Owner: GothenburgBitFactory
- Created: 2018-11-21T16:52:57.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-05-09T16:13:57.000Z (about 1 year ago)
- Last Synced: 2025-05-09T16:28:10.600Z (about 1 year ago)
- Language: CSS
- Size: 187 MB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.