Hacker News new | ask | show | jobs
Ask HN: Best personal website hosting service?
1 points by niceperson 2819 days ago
There are a couple of options:

- Github Pages - Static Website on personal domain - Wordpress/Blogger

It'll be a text-only static website. Does having your own domain name really matter? Do people take your work more seriously after that? All other options are free, and Github Pages is exactly the same as a static website on a personal domain except it's free.

I'm a student, if that's relevant.

1 comments

Github pages is quite convenient, and I believe you can use a custom domain with it.

I currently use a droplet hosted on Digitalocean for my website, but it's definitely more effort to maintain than a Github pages site would be.

neat, thanks for your reply!