Live data from Hacker News

Ask HN: Is WordPress the best way to create new websites for beginner

news.ycombinator.com

31–40 of 50 posts

Re: Ask HN: Is WordPress the best way to create new websites for beginner

#32
post #30

Depends on your goal. If you’re not interested in hand-maintaining the code of the website(s), and you just want a nice GUI for publishing pages/posts/etc., then I’d say use some hosted platform like Squarespace. For actually learning how to build websites, start with something more low-level and barebones like a static site generator (Jekyll, Hugo, Gatsby, etc.), or even plain GitHub Pages without a static site gene…

What if i say my start was from wordpress so what shoyld I use then lets say I know basics of html and other built some php functions but now I wanna code without using AI

Re: Ask HN: Is WordPress the best way to create new websites for beginner

#35
post #30

Depends on your goal. If you’re not interested in hand-maintaining the code of the website(s), and you just want a nice GUI for publishing pages/posts/etc., then I’d say use some hosted platform like Squarespace. For actually learning how to build websites, start with something more low-level and barebones like a static site generator (Jekyll, Hugo, Gatsby, etc.), or even plain GitHub Pages without a static site gene…

What if i say my start was from wordpress so what shoyld I use then lets say I know basics of html and other built some php functions but now I wanna code without using AI

In that case, I would consider a lightweight static site generator.

It sounds like you're fairly new to programming, so I would suggest a static site generator that is easy to install and use.

Zola[1] is less well-known, but it's easy to install and fast. I tend to use Hugo[2] the most these days, which is fast and has solid documentation, but its template syntax is really annoying compared to Zola.

[1]: https://www.getzola.org/documentation/getting-started/overvi...

[2]: https://gohugo.io/getting-started/quick-start/

Re: Ask HN: Is WordPress the best way to create new websites for beginner

#37
No No No, start building websites with Claude Code, even if you don't know the basics of coding that's going to give you a better and more secure website.

WordPress was a good idea over a decade ago if you were doing affiliate marketing and couldn't code. But now everyone can code.

Re: Ask HN: Is WordPress the best way to create new websites for beginner

#39

No. Wordpress requires overly complex administration and deployment. There’s just a lot that goes on with Wordpress, and you’d need a VPS to deploy it just by the nature of Wordpress. If you’re building a static site - meaning, a site which does not have any forms which require backend functions - you should use a static site generator. If you’re not building a static site, I recommend starting with a static site. It…

Yea wordpress is overly complex for no reason at all. And suprisingly learning html is easier haha
Post reply on HN