Zola Shenanigans
- 2023-08-23
- 14:30
I've come to realise that while Zola is almost exactly what I am looking for in a site generator, some things are slightly too hard-coded. Such as Taxonomy pages. I would love for the slugs to be at /blog/tags/tag
but it can never be. 😢 As a result, my template needs quite a bit of refactoring, which I'm happy to do after I check this whole thing into git.
I really don't want to have to move my blog outside of the /blog/
directory. Since I have the tags on the blog and individual tag pages in the header, I will redirect the /tags/
slug to a 404 template, or maybe 403. I think 404 is a bit cleaner.