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 main
will be deployed to the production server, current process is:
- Remove existing
_site
and archived versions100days.tar.gz
in folder (both of these should not be under version control)$ rm -rf _site/ 100days.tar.gz
- Build and archive site locally:
$ bundle exec jekyll build $ cd _site && tar -czf ../100days.tar.gz * && cd ..
- Upload tar archive to webroot via cPanel:
Files > File Manager > /100days.envirodatagov.org
- Extract archive within interface. (This will overwrite existing files.)