This is the source code for https://ethereumupgrades.com, an info site for Ethereum upgrades.
- Clone the repo (or fork the repo to your account)
- Install dependencies:
bundle install - Create a feature branch off of the
devbranch - Start the local server:
bundle exec jekyll serve - Go to http://localhost:4400/ to view changes
To build the site use python3 generate_pages.py && bundle exec jekyll build.
Resources:
For updating the site to a new upgrade:
- Duplicate the most recent upgrade's data file in
site/_data - Rename the file with the upcoming upgrade's name following the
{{upgrade_name}}-{{network}}convention - Update the info within the data file
- Update the info in
_config.yml