Release 1.43.0
- The home page is now only existing on the root path ("/"), and doesn't generate an additional note page. (#88 by @uroybd)
- The assets (css, js and html) now gets minified, resulting in better performance (#92 by @uroybd)
- Users can now modify their markdown and eleventy configuration in the new
/src/helpers/userSetup.js
file, without having to worry about this getting overwritten when updating the template. (#95 by @uroybd)