|
|
|
|
|
by K0nserv
3492 days ago
|
|
I use Github to host the source for my blog/website which is open source. Jekyll for the building which happens on Travis CI. Deployment on S3 with cloudflare as a CDN for SSL and reduced bandwidth. I really like this setup. I wrote a guide called The One Cent Blog[0] a while back detailing how it's setup. Typical months the cost is around $0.01-$0.03. Becuase people usually ask why S3 over Github pages I'll answer it up front. Github pages is too limited in terms of what you can do with custom jekyll plugins and code. 0: https://hugotunius.se/2016/01/10/the-one-cent-blog.html |
|
Nice thing for S3 though is you could cloudfront it if you wanted to for some reason. And it's in your control.