Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 955 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 955 Bytes

OggCamp Website

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!

Contributing

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 :)

Developers

To get a local copy of the website (TL;DR: it's Jekyll):

  1. Fork this repository
  2. Clone your forked repository to your own computer
  3. Run bundle install
  4. Run bundle exec jekyll serve
  5. 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/

Blog Posts

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.