Building a fast, secured and free static site in less than three hours
1–10 of 201 posts
Re: Building a fast, secured and free static site in less than three hours
#2Re: Building a fast, secured and free static site in less than three hours
#3Re: Building a fast, secured and free static site in less than three hours
#4Re: Building a fast, secured and free static site in less than three hours
#5As 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
Re: Building a fast, secured and free static site in less than three hours
#6As 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.
> 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
#7As 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
Re: Building a fast, secured and free static site in less than three hours
#8Re: Building a fast, secured and free static site in less than three hours
#9As 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
Re: Building a fast, secured and free static site in less than three hours
#10Bit 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!