Plugins & Docs

I had some spare time, so did a little refactoring on wanderer over the week, specifically making the parsing system plugin-based, so that different sites can use different parsers for different pages.

The entire rationale for doing this is so that I can use recital for building story-based sites eventually, which I’m now currently experimenting with.

I also created a documentation site for wanderer within the wanderer repository, which can be found here: https://wanderer-docs.netlify.com/. As the tool is still mostly for personal use, it’s very much a list of ‘things I would find useful when I go back to use it again’, but if you’re using wanderer and want clarification on anything, I am willing to update it.

I also turned wanderer into a proper command line library (using these notes), which has been handy for me to keep making more websites.