This is the official repo of the goGPS website, created using Jekyll and mkdocs
- Clone repository (git users), or download and unzip.
- Open terminal,
cd
into root directory (where_config.yml
is located) - Run
bundle install
1 - Run
bundle exec jekyll serve
- Open http://localhost:4000/
The currently used theme of the website is called HydeJack
- Read the docs
Footnotes
-
Requires Bundler. Install with
gem install bundler
. ↩