100 Days
November 6, 2025 · View on GitHub
100 Days
⚠️ This website/report is about the first Trump administration in 2017.
Website for the EDGI 100 days report, built with Jekyll.
License & Copyright
Copyright (C) 2017 Environmental Data and Governance Initiative (EDGI)

100days website is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
Development
1. Install Dependencies
Install the Jekyll gem:
$ gem install jekyll
Windows users: Run Jekyll on Windows
2. Run Locally
$ bundle exec jekyll serve
Deployment
Commits 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.)