Hacker News new | ask | show | jobs
by jyotiska 3611 days ago
I have created a static site generator "minni" that powers my blog at - http://jyotiska.github.io/blog/. It is super simple, has less than 10 CSS declarations and no JavaScript. I don't really expect anyone else to use it since it was created according to my own design preferences. Here is the link in case any one wants to take a peek - https://github.com/jyotiska/minni
1 comments

Me too. Here is a snapshot: https://gist.github.com/qznc/6fbdc37ad33e6853911a

I made my own due to some very unusual choices. For example, publishing a post is done by adding a line to a collection file. Posts not in there are considered drafts.