|
Really Simple Static Site Generator Skills: Python Description: In this project, I create a simple, no-frills static site generator. I originally wanted to use static site generators in order to take advantage of key features, like the Jinja style templating. However, many static site generators that I've used simply included far too many features that I had no use for, and as a result, they became unnecessarily difficult to navigate and operate. I designed this generator to be a solution to that problem, only leaving features of static site generators that I found convenient, like templating and markdown conversion. In fact, this very site is built using this static site generator! Source: https://github.com/penguinz1/really-simple-static-site-generator (Github) |