/gogps-project.github.io

goGPS project website

Primary LanguageHTMLMIT LicenseMIT

goGPS website

This is the official repo of the goGPS website, created using Jekyll and mkdocs

Quick Start

Running locally

  1. Clone repository (git users), or download and unzip.
  2. Open terminal, cd into root directory (where _config.yml is located)
  3. Run bundle install 1
  4. Run bundle exec jekyll serve
  5. Open http://localhost:4000/

Theme

The currently used theme of the website is called HydeJack

Footnotes

  1. Requires Bundler. Install with gem install bundler.