Hacker News new | ask | show | jobs
by Saphyel 1001 days ago
I'd recommend for your use case Wordpress (or static site generator like MkDocs).

You can use the one hosted in wordpress and change the domain, so you don't have to worry about hackers or anything. This one is a plug a play, so unless you want to do a custom template/plugin you don't need to learn to code.

* Django is like a wordpress but less popular and less SEO friendly (or less popular for them).

* Flask will require you to learn a lot of html, python, etc.. it will consume you a lot of time to get to the same point to the other 2. Flask can get better results than the previous two but for your use case I don't think it really matters.