This is the source for https://oggcamp.org. Please feel free to fork and open a pull request if there is anything you would like to add/correct!
We love pull requests! If you spot anything wrong on the site please feel free to fix it by opening a Pull Request. If that's not your thing, or you just have questions, an issue is equally welcome :)
To get a local copy of the website (TL;DR: it's Jekyll):
- Fork this repository
- Clone your forked repository to your own computer
- Run
bundle install
- Run
bundle exec jekyll serve
- Find a copy of the site at
https://localhost:4000
If you have trouble installing Jekyll please consult their documentation - https://jekyllrb.com/docs/installation/
To write a blog post: look in _posts/
and add a new .md
file with a date in its filename and some "front matter" that looks like the other files in this directory.