git GitHub 页面的替代品?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/22035938/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 09:46:30  来源:igfitidea点击:

Alternatives to GitHub Pages?

gitwebweb-hostinggithub-pages

提问by eriksson

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.

所以我正在为一个项目做研究,我想知道是否有任何 Web 应用程序为 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.

就像在一个免费(或便宜)的网络主机中,合作者将其推送到中央 git 存储库以进行更改,并且这些更改会实时部署。

回答by khellang

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

我会推荐Azure 网站。它有一个免费层,允许您从 VCS 自动发布您的站点

回答by dundonian

Aerobaticis 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.

Aerobatic是一种静态托管服务,作为附加组件直接与 Bitbucket 集成。功能包括 CDN、通配符 SSL 证书、HTTP 基本身份验证等。

回答by Luís Bianchin

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

如果您只想托管一个静态网站,请考虑查看CloudCannon。您还可以使用 S3 和 Cloud Front 等亚马逊服务:https: //docs.aws.amazon.com/gettingstarted/latest/swh/website-hosting-intro.html