CheltBMX is a simple github pages hosted blog running Jekyll. It's designed to be a community driven example of BMX riding in Cheltenham.
Yes, the website uses the CheltBMX instagram for new photo and video submissions.
Yes, being community driven we welcome pull requests or suggestions for site changes and new blog content.
- Log an issue on github and we will review and make changes.
- Fork this repo and make your own changes by submitting a pull request.
Fork this repo and make the required changes and submit your pull request detailing the changes made and reasons for the change. See steps below for running the site locally:
- Fork and download the repo
- Install all prerequisites (Ruby & Jekyll)
- Change into the downloaded directory
cd cheltbmx
- Install bundles
bundle install
- Run the website
bundle exec jekyll serve