feat: allow specifying date formatThis enabled two new features: * dynamically prepending the year * linking to this week's pageCloses #2
refactor: move syntax class to subdirectoryThis will allow us to add further classes with more syntax options.Also includes some type hardening.