Earlier quoted context omitted.
What is your site about? I've seen it four times this week, but I haven't really figured out why it's popular.
I think it's fair to call it a personal site and a public self-model, though I cannot say it merits popularity. Unfortunately, I don't have a short and clean answer for what it is about (though I spend significant energy trying to answer that question). It's a place to think, a conduit to communicate with myself and others, and it's where I do philosophy. Each member of my immediate family writes in a wiki every day.…
Ask HN: What is the cheapest way to make a website?
51–60 of 99 posts
Re: Ask HN: What is the cheapest way to make a website?
#52Earlier quoted context omitted.
I had no idea about Porkbun.com. Thanks for that. Some domains I have been looking for seems cheaper than usual.
I moved all (30+) of my domains to Porkbun a couple years ago, and have referred all of my friends there since. Everyone has been really happy with their service. They're just a small team of good people in Portland Oregon running an efficient smart operation. This is their parent company: https://toplevel.design/ Whenever I've had a customer service question, they reply immediately and helpfully. I try to support bu…
Re: Ask HN: What is the cheapest way to make a website?
#53Github pages Surge.sh Render.com Gitlab pages Netlify Vercel
Re: Ask HN: What is the cheapest way to make a website?
#54Github pages is pretty much free. You can buy a domain name for ~$10 a year
Re: Ask HN: What is the cheapest way to make a website?
#55If you are comfortable with the CLI Hugo/Firebase hosting is a good combination
Re: Ask HN: What is the cheapest way to make a website?
#56My server is 512mb ram (haha) + 5gb SSD. Not too bad for static sites! I tried to run a telegram bot and it holds quite well as well. Check it out! I write about technology mixed with other domains! Do give me feedback! Appreciate them all hehe (:
https://blog.phuaxueyong.com/post/2020-05-30-6-things-michae...
Re: Ask HN: What is the cheapest way to make a website?
#57Price $0.
Around $12 annually to buy a domain name if you like (if you are not happy with one that the DDNS service will give you).
When you start getting traffic, you may want to consider AWS, starting at the free tier and going up.
Re: Ask HN: What is the cheapest way to make a website?
#58You can generate your own static site with Hugo / Jekyll / Frankenstein's ___.sh then upload somewhere (including github)
You can go S3 static pages : https://docs.aws.amazon.com/AmazonS3/latest/dev/EnableWebsit...
(I think backblaze has a cheaper API-compatible S3 clone,)
You can go the VPS way, Vultr being amongst the cheapest (Monthly $3.5 IPv4 / $2.5 IPv6 only)
Or you can go semi managed hosting, with nearlyfreespeech starting at $1.74 per month for static sites if you host DNS with them.
Re: Ask HN: What is the cheapest way to make a website?
#59* Google Firebase hosting * Static site generator
Example: https://notes.tomgoren.com/how-this-blog-is-hosted.html