5 ms·
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 (apa
by not_your_vase 3mo ago
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 3mo agoThat is some good advice but i wanna know proper platform or way like wp
- wasting_time 3mo agoLook 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.
- kimyuhan 3mo agoare their security systems better than wp
- al_borland 3mo agoBearblog 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 3mo agoWhoops. My mistake for only reading HN headlines and extrapolating. OP, please disregard this recommendation.