Python is both a strongly typed and a dynamically typed language. Strong typing means that variables do have a type and that the type matters when performing operations on a variable. Dynamic typing ...
A simple Python static site generator for Markdown content, with GitHub Pages support and configurable base paths. content/ # Markdown files and folders for your site content static/ # Static assets ...