Super basic website for Absurd History.
- make a new directory in
src/episodes/
with the slug of the episode name. Example directory name:2-medieval-medicine/
. - create an
index.html
file inside the newly created directory. - add a link to the home page
src/index.html
- copy over html from a previous episode
index.html
into the newly created episodeindex.html
, modify the field. - push to s3 with
$ npm run deploy