Hacker News new | ask | show | jobs
by jyotiska 3603 days ago
I use my own static site generator "minni" - https://github.com/jyotiska/minni. The UI used to be really basic, so I tweaked it a little in last couple of days. Here is the link to the blog - https://jyotiska.github.io/blog/
1 comments

Hey looks interesting. I love the minimalism.

How about the page load times ?

Well, each blog post is under 30 kb without images. So page load is very fast. Speed is one of the main reason why I use my own static site generator. Since it is hosted on Github Pages, it depends on how fast Github can deliver the page :)