NOTE: All members of the Open Savannah GH org. have direct edit privileges. It's recommended that you first fork your own copy of this repo, however, make your changes, then submit a PR to ensure nothing gets out of whack with the YAML data files.
- All content for the landing page is found in the
_data/
subfolder as.yml
data files. - To edit any of the
.yml
files, simply click on them and you can edit them directly in GitHub.
If you want to make significant changes to the site, it's recommended you do so on your local machine first so as to speed up the development process. Here's how to do that.
- Ruby 1.9.3 or later
- Bundler
- Git
- Text Editor
git clone https://github.com/opensavannah/hackforsavannah.org
bundle
jekyll build
jekyll serve --watch
With jekyll serve --watch
running, you should be able to access the site on http://localhost:4000! Thanks to the --watch
flag, any changes you make to the markdown (md) files will update automatically!
For reference, here's an awesome markdown cheatsheet.
Contribute, change things, submit a pull request! We will all contribute.