Show HN: A featureless local first static site generator written on top of .NET

I have written what I believe is a boring and featureless static site generator.

I use markdown to write my blog posts, sprinkled with a few comments acting as properties for later use. Those blog posts I push to a git repo. And then I have this generator make a static site from that repo. The generated content I push to a host myself, there is no publishing in the generator.

I have no expectations but as an original good internet citizen I share it with my fellow humans.

The Why: https://github.com/Danielovich/RubinStatic/blob/main/designt...

The What: https://github.com/Danielovich/RubinStatic

This post does not have any comments yet