Skip to content

geojson/geojson.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeoJSON Website

This repository hosts the static resources for the https://geojson.org/ website. If you'd like to make a contribution, please fork the repository and issue a pull request: https://github.com/geojson/geojson.github.io

Development Setup

Static resources are transformed with Jekyll. Any pages with the .md extension are rendered as .html with kramdown.

All of the dependencies are included with the github-pages gem. With Ruby 2 (use rbenv) and Bundler > v1.14 installed (gem install bundler), install the remaining dependencies locally with this:

bundle install

With the dependencies installed, run the following in the root of the repository to start the development server:

jekyll serve --safe --incremental