Deployed all the features and fixes done over weekend - archive to Wayback Machine, new checkbox styles, and time hop bug fixes

- Fixed time hop bug due to calendar month crossovers like 31st to 1st (getting wrong dates like 32nd or 0th) - gad to refactor the whole function to use setFullYear.
- Added function to listen to checkbox state of Wayback checkbox and update localStorage when checked or unchecked.
- Added archive to wayback machine feature, to open in new tab and update localStorage setting for wayback checkbox.
- Added function to retain archive to wayback checkbox state upon return using localStorage.
- Added Bulma checkbox library from Justboil.me to /write page goals checkboxes.