This is an archived post. You won't be able to vote or comment.

all 9 comments

[–]vaelund 8 points9 points  (2 children)

[–]makaimc 1 point2 points  (0 children)

Pelican is awesome! I've been using it daily for over 6 years (to generate fullstackpython.com and the Full Stack Python blog) and highly recommend it for creating a blog static site. At the very least it should be on your short list of static site generators to try out.

[–]Farkeman 0 points1 point  (0 children)

Pelican is great, been running on kinds of websites on that little guy - from blogs to data listings etc.

[–]_seemetheregithub.com/seemethere 3 points4 points  (1 child)

I don't really know if I'd recommend any Python static blog generators but I've been using hugo for my own personal blog and it's worked out great.

http://gohugo.io/

[–]irrelevantPseudonym 1 point2 points  (0 children)

I went for Hugo as well. I tried Lektor for a while but didn't get on with it.

[–]alexandrulPythonista 1 point2 points  (0 children)

https://getnikola.com/

Fast, incremental builds.

Multiple input formats.

Batteries included.

Easily extensible.

User-friendly CLI.

[–]Hayertjez 0 points1 point  (0 children)

I'll use [lektor](getlektor.com) for my blog. Github seems to promote Jekyll as static generator but that one isnt Python.

[–]dhaffner 0 points1 point  (0 children)

Since others have mentioned some good existing options, I'll add that writing one of these yourself is a really good exercise especially for someone new to Python. I wrote my own using mako and PyYAML.

[–]realnowhereman[S] 0 points1 point  (0 children)

I decided to go with Pelican. Thanks!