I see lots of folks building websites who go straight to adding build steps and markdown-to-html parsers to their website, half of those get stranded in toolchain hell in the process.
Here's an alternative that's often overlooked: Make writing html comfortable, it'll delay the need for a complex build step. It might not work for all cases, but it might help a handful few.
@neauoire I'd be curious to hear how you personally handle stuff that's shared between pages, like nav. Build step for that? Manually duplicate?