Hacker News new | ask | show | jobs
by cerales 4839 days ago
I love seeing the source for such elegant single-purpose projects like this. I'm in the middle of writing my own static site generator for Python; it's a bit more feature-rich, but it's up at something like 800 LOC for the minimum feature-complete implementation. Great to see evidence that I have a long way to go..
1 comments

Yes, I've learned a lot seeing how different people are approaching the static web page publishing job. I'm at the other extreme, a couple of bash scripts to push markdown files through markdown and add header/footer then push the changed ones out to the Web.