Skip to content

coliff/geojson.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeoJSON Website

This repository hosts the static resources for the http://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 rdiscount (Jekyll's default Markdown parser doesn't do nested lists). In addition to installing jekyll, you'll want to install rdiscount for Markdown parsing and rouge for syntax highlighting.

gem install jekyll rdiscount rouge

After installing Jekyll, run the following in the root of the repository to start the development server.

jekyll serve --watch --safe

About

GeoJSON GitHub organization pages

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 71.4%
  • JavaScript 17.5%
  • HTML 11.1%