To commence my journey in software development, I have looked for a Web framework to build my personal blog. I have started writing blog posts mainly using (Multi)Markdown and plan to migrate other posts to Markdown too. Thus, it’s rather natural to go with built-in or first-class support for Markdown to minimise the migration effort. I have not foreseen any great use of extensive backend storage and computation thus far. Therefore, I narrowed down my search to static site generators with t...