Website for the EDGI 100 days report, built with Jekyll.
Copyright (C) 2017 Environmental Data and Governance Initiative (EDGI)
100days website is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
Install the Jekyll gem:
$ gem install jekyll
Windows users: Run Jekyll on Windows
$ bundle exec jekyll serve
Commits and merges into master
will be deployed to the production server, current process is:
- Build and archive site locally:
$ jekyll build $ cd _site && tar -czf ../100days.tar.gz *
- Upload tar archive to webroot via cPanel:
Files > File Manager > /100days.envirodatagov.org
- Extract archive within interface. (This will overwrite existing files.)