-
Edit the
stories.csv
file to include whatever updates you want to make to the website. -
Run
python3 renderindex.py
to generate the new index file. -
Checkout what the site now looks like by either running
open docs/index.html
or navigating through your file tree and opening the index file in your favorite browser
We render the stories in descending date order (highest date at the top). The date should be entered in the format YYYYMMDD. We are working on an easier way to update the csv rather than manually updating it.