Published atJul 31, 2025

  • build.ts: add function in build.ts to build a single so that serve doesnt have to rebuild the everything and can just call that function.
  • build.ts: add navitems array in grimoire class that would get all the nav items and their redirect paths in a json and those will be passed to the handlebars.
  • template: make the handlebar files with proper html and also had a placeholder for the metadata stuff
  • package: when building get the metadata info from a minimal config file (idk maybe if possible just use package.json :sob: )
  • build.ts: change the function to building of drafts based on a flag
  • examples: change the examples to have good stuff
  • static: add css and js (if needed) in static
  • build.ts: make sure that the static file such as css and js are always on root (”/“)
  • static/images: copy the images dir to root as it ( maintaining the path as given by the user ).
  • finish grimoire.