Skip to content

Vizzuality/wri-guidelines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WRI guidelines

This repository is the WRI guidelines project

Getting set up

The dashboard is powered by Jekyll. Once you've installed the Jekyll gem and other deps, you can use npm to build and run the application:

gem install bundler
bundle install

jekyll serve

Go go go!

Jekyll

Adding new pages

In development, and on Github Pages, requests are rewritten to .html files as necessary. For example, /countries --> /countries.html. So, creating a new page is easy: just add a new HTML file! Jekyll will handle compilation, and the middleware will handle rewriting.

Github Pages handles all the building, etc. for you. Check it out!