Live data from Hacker News

Ask HN: What is the cheapest way to make a website?

news.ycombinator.com

1–10 of 99 posts

Ask HN: What is the cheapest way to make a website?

#1
Must haves: Be able to display a message on the landing page Nice to haves: A Folder to keep articles

I know Strikingly has a cheap ($12?) website building tool, but. It just seems wrong that I can't just buy a domain and get some random content on it without having Go Daddy charge me $5/month to host it? I apologize in advance for the noobness, but this is a serious question ;). Hope everyone is well.

Re: Ask HN: What is the cheapest way to make a website?

#3
I registered my domain via Google Domains for $12. I write content in markdown and use a static site generator called Hugo to turn it into html. I host it on Netlify for free.

My process is:

- blog in markdown

- add a commit

- push repo // This builds on Netlify

The new content is live within minutes. I have also used Netlify to host a static html landing page that I wrote and styled by hand. I would highly recommend their service. Again, my only (monetary) cost is $12 per year via Google Domains.

Re: Ask HN: What is the cheapest way to make a website?

#5
post #4

Github pages is pretty much free. You can buy a domain name for ~$10 a year

Big up for GitHub pages! See the documentation here: https://pages.github.com/ You can also use `Jekyll`, a static site generator, directly with it, if you want fancier features: https://help.github.com/en/github/working-with-github-pages/...

Re: Ask HN: What is the cheapest way to make a website?

#6

I registered my domain via Google Domains for $12. I write content in markdown and use a static site generator called Hugo to turn it into html. I host it on Netlify for free. My process is: - blog in markdown - add a commit - push repo // This builds on Netlify The new content is live within minutes. I have also used Netlify to host a static html landing page that I wrote and styled by hand. I would highly recommend…

I do the same, but with Gatsby.js, and Namecheap.

Re: Ask HN: What is the cheapest way to make a website?

#7

I registered my domain via Google Domains for $12. I write content in markdown and use a static site generator called Hugo to turn it into html. I host it on Netlify for free. My process is: - blog in markdown - add a commit - push repo // This builds on Netlify The new content is live within minutes. I have also used Netlify to host a static html landing page that I wrote and styled by hand. I would highly recommend…

You can get cheaper domains, i.e. Porkbun.com is running a 3 per user $4.15 for .com (just looked, I'm happy with them)

Re: Ask HN: What is the cheapest way to make a website?

#9

I registered my domain via Google Domains for $12. I write content in markdown and use a static site generator called Hugo to turn it into html. I host it on Netlify for free. My process is: - blog in markdown - add a commit - push repo // This builds on Netlify The new content is live within minutes. I have also used Netlify to host a static html landing page that I wrote and styled by hand. I would highly recommend…

You can get cheaper domains, i.e. Porkbun.com is running a 3 per user $4.15 for .com (just looked, I'm happy with them)

I had no idea about Porkbun.com. Thanks for that.

Some domains I have been looking for seems cheaper than usual.

Post reply on HN