Comment on Ask HN: Is WordPress the best way to create new websites for beginnerComments−nicbou2moIt depends.Personally, I would prefer a static site generator, simply because it requires zero maintenance to safely keep a static site online.It might also be a good introduction to git and various deployment methods.I run a website for a living, and moving to a static site generator is the best decision I've made.−anitrovesOP2moI have many functions to do and thus can't continue with static website only−nicbou2moSo do I, but those run on a separate Django backend. It's a lot easier to implement backend functionality in not-Wordpress
Comments
It depends.
Personally, I would prefer a static site generator, simply because it requires zero maintenance to safely keep a static site online.
It might also be a good introduction to git and various deployment methods.
I run a website for a living, and moving to a static site generator is the best decision I've made.
I have many functions to do and thus can't continue with static website only
So do I, but those run on a separate Django backend. It's a lot easier to implement backend functionality in not-Wordpress