Live data from Hacker News

Building a fast, secured and free static site in less than three hours

fillmem.com

1–10 of 201 posts

Re: Building a fast, secured and free static site in less than three hours

#2
Bit surprised to see this advertised as 3 hours (how long can it take to dump HTML into a gh_pages branch & push?). After reading, I see that there's a huge overhead in setup and configuration. The complexity seems way out of line with the result!

Re: Building a fast, secured and free static site in less than three hours

#5
post #3

As far as I know, Github pages doesn't support https for custom domains [1]. A better option for free hosting would be netlify, which supports Let's encrypt for custom domains. [1] https://github.com/isaacs/github/issues/156

We use cloudflare on our Github pages custom domain, so you can easily get https support that way.

Re: Building a fast, secured and free static site in less than three hours

#6
post #3

As far as I know, Github pages doesn't support https for custom domains [1]. A better option for free hosting would be netlify, which supports Let's encrypt for custom domains. [1] https://github.com/isaacs/github/issues/156

We use cloudflare on our Github pages custom domain, so you can easily get https support that way.

It is exactly what the article author suggests in fact:

> Github pages does not offer secured custom domain name. The best way to get this feature for free is to use Cloudflare.

[The article then proceeds on how exactly do that.]

Re: Building a fast, secured and free static site in less than three hours

#7
post #3

As far as I know, Github pages doesn't support https for custom domains [1]. A better option for free hosting would be netlify, which supports Let's encrypt for custom domains. [1] https://github.com/isaacs/github/issues/156

It's also worth noting that you can just toss cloud-flare in front of it to get HTTPS.

Re: Building a fast, secured and free static site in less than three hours

#9
post #3

As far as I know, Github pages doesn't support https for custom domains [1]. A better option for free hosting would be netlify, which supports Let's encrypt for custom domains. [1] https://github.com/isaacs/github/issues/156

+1 for Netlify. It's like GitHub pages but with all the features you've ever wished it had.

Re: Building a fast, secured and free static site in less than three hours

#10
post #2

Bit surprised to see this advertised as 3 hours (how long can it take to dump HTML into a gh_pages branch & push?). After reading, I see that there's a huge overhead in setup and configuration. The complexity seems way out of line with the result!

Looks like it's all mainly to do with the static site generation though. You can certainly still dump some handmade html into a gh-pages branch and have a (non-generated) static site in less than ten minutes.
Post reply on HN