In the first part of this tutorial we explored the two main components behind making a static site generator or SSG — the Markdown parser, Markdown2, and the templating engine, Jinja2. We saw how to use these components together to create HTML files from Markdown files and pre-created templates. In…