Alternatives to GitHub Pages? [closed]
Asked Answered
R

4

26

So I'm doing research for a project and I am wondering if there exists any web applications that offer similar services to GitHub Pages.

As in, a free (or cheap) web host where the collaborators push to a central git repository to make the changes and those changes get deployed live.

Radio answered 26/2, 2014 at 8:41 Comment(1)
free and probably the best alternative netlify.com/github-pages-vs-netlifyGeorama
O
4

I would recommend Azure Web Sites. It has a free tier and allow you to automatically publish your site from VCS.

Outhe answered 26/2, 2014 at 10:35 Comment(0)
L
4

Aerobatic is a static hosting service that's integrated directly with Bitbucket as an add-on. Features include CDN, wildcard SSL certs, HTTP basic auth, and more.

Levantine answered 26/2, 2016 at 6:47 Comment(3)
It's cool and pretty much what I searched for. However, when I launch my site on GitHub Pages it just works, whereas on Aerobatic, the Jquery and js part is not working... Did I make any mistake or is Js forbidden on Aerobatic?Ricks
Hi @frankenapps, I'm guessing this may have something to do with relative versus absolute URLs. Aerobatic certainly supports the hosting of JavaScript. Pls feel free to send a ticket to [email protected] with more details.Levantine
Aerobatic s transitioning from a Bitbucket add-on to a standalone CLI and web dashboard. However, Custom domains and wildcard SSL certs are no longer part of our free tier after 1st March 2017.Varicolored
I
2

If you want to just host a static website, consider taking a look at CloudCannon. You can also use Amazon services like S3 and Cloud Front: https://docs.aws.amazon.com/gettingstarted/latest/swh/website-hosting-intro.html

Iconology answered 20/4, 2015 at 2:33 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.