This is a demo website for jekyll-gpx-converter.
See how files in _rides
are regular gpx files with no front matter. Still Jekyll - or jekyll-gpx-converter - converts them into viewable documents.
This demo site is built on top of the Tale theme.
- Clone this repository.
- cd into the theme directory and run
bundle
- Start Jekyll server:
bundle exec jekyll serve
- Head over to http://127.0.0.1:4000/ to see the site in action.