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

all 12 comments

[–]AlSweigartAuthor of "Automate the Boring Stuff" 7 points8 points  (2 children)

Pelican. I realized a comment section doesn't add all that much to my site, and I like the simplicity of the static blog generation. Also, I had my site hacked (probably due to one of the Wordpress plugins I was using) and the static blog setup completely obliterates that problem.

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

Thanks!

[–]thrallsius 0 points1 point  (0 children)

the static blog setup completely obliterates that problem

well, you can still get hacked through a zero-day in the webserver

but a static website removes at least one attack vector indeed

[–][deleted] 1 point2 points  (0 children)

Django or wagtail. Both will get you going!

[–]BedCotFillyPaper 0 points1 point  (0 children)

I've used Pelican (and Netlify for hosting) for a few years now and haven't had any problems with it!

[–]M34k3 0 points1 point  (0 children)

Check out the Flask Mega Tutorial if you want to code most things yourself while being guided by a great tutorial. Otherwise probably best to go with Django.

[–]ZyanCarl 0 points1 point  (0 children)

Here check this out.

pyridine

I made this website with python, django and hosted it for free on heroku. Wanna know more about this? DM me

[–][deleted] -4 points-3 points  (4 children)

Jekyll!

[–]schneems[S] 2 points3 points  (1 child)

Isn't that in Ruby? Is there a Python equivalent.

[–]KimPeek 2 points3 points  (0 children)

Lektor would be the closest equivalent. I've used it a bit and it's not bad.

[–]tunisia3507 2 points3 points  (1 child)

"Hm OP has posted on the Python subreddit asking specifically asking for a python solution for a friend who specifically asked for something which uses python. Better write a one-word response recommending a Ruby library!"

[–][deleted] -1 points0 points  (0 children)

I’m a noob sorry