STUPID Takes Uninteresting Paragraphs and Issues Documents

STUPID is my dead simple Static Site Generator written in python. For now, it can only generate very strictly defined entries that are made up of paragraphs without any fancy markdown or stuff like bandcamp players etc using python format strings as a template.

The First paragraph is always the Header, and the title and html filename is always derived from the txt filename. It is really a simple find-and-replace system using the built-in python fstrings. For now, we are simply printing out the href tag to the terminal for the index.html file but in the future I hope to have the system generate a new index file.

It seemed like overkill to learn a SSG and templating system just for my braindead usecase so I wrote a ~50 line (including spaces and comments) python script to do it instead

This page will remain hidden for now, simply as a testdrive of STUPID. It feels almost insulting to upload the code to the internet but perhaps I will change my mind in the future. I may also add features as I find I need them.

GOBACK