Live data from Hacker News

Python-based static site/blog generators?

news.ycombinator.com

11–12 of 12 posts

Re: Python-based static site/blog generators?

#11

This works well if you want to start from a dynamic application: https://github.com/SimonSapin/Frozen-Flask

I'm mostly interested in writing a series of programming and hardware design tutorials for my kid (and anyone else who might find them useful). I don't think I need anything fancy for this. Images, code with syntax highlighting and a few things. Not even sure if I want comments. He's been learning Python, so I'll use it as a way to expand his application of the language. The rough curriculum I have in mind at the mom…

This curriculum sounds really cool!

Be sure to post your progress to HN!

Re: Python-based static site/blog generators?

#12
I am using tinkerer http://www.tinkerer.me/, its very simple to change and manage and uses well known sphinx-doc with jinja templates. I like it a lot you can check my live site at http://www.vyomtech.com/, since it uses boilerplate html 5 template its very easy to customize.
Post reply on HN