Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 583 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 583 Bytes

How to Generate Full Site

  1. Edit the stories.csv file to include whatever updates you want to make to the website.

  2. Run python3 renderindex.py to generate the new index file.

  3. 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

Some Notes

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.