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 jekyllWindows users: Run Jekyll on Windows
$ bundle exec jekyll serveCommits and merges into main will be deployed to the production server, current process is:
- Remove existing
_siteand archived versions100days.tar.gzin 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.)
