Remix.run Logo
anitroves 13 hours ago

So what's the alternative

not_your_vase 12 hours ago | parent | next [-]

What's your goal? If you want just a random site, then WP will do the job. If you want to learn web development, then I'd start it with a local http server (apache/nginx/whatever's your poison) and start writing html/css/js by hand, and see how it builds up line by line.

anitroves 12 hours ago | parent [-]

That is some good advice but i wanna know proper platform or way like wp

wasting_time 12 hours ago | parent [-]

Look for a "static site generator". Bearblog and Hugo are popular ones. Then you can host your site anywhere and don't have to worry about security problems.

al_borland 12 hours ago | parent | next [-]

Bearblog is a service, not a static site generator one can use like Hugo.

From the Bearblog GitHub:

> Bear Blog has been built as a platform and not as an individual blog generator. It is more like Substack than Hugo. Due to this it isn't possible to individually self-host a Bear Blog.

Jekyll would an alternative for Hugo.

wasting_time 12 hours ago | parent [-]

Whoops. My mistake for only reading HN headlines and extrapolating. OP, please disregard this recommendation.

kimyuhan 12 hours ago | parent | prev [-]

are their security systems better than wp

kaikai 12 hours ago | parent [-]

A static site is much less vulnerable to security issues.

anitroves 10 hours ago | parent [-]

Can't we handle wordpress security on our own or use some plugin

ceejayoz 13 hours ago | parent | prev [-]

Depends on the languages you know and the type of sites you're building.