Host static websites with Froth Pages!

It's quick, easy, free & fast - just put your project's homepage, developer blog or web experiment into a Git repository at Froth Git and we'll do the rest.


1 - Make a repository

Create a public repository named pages to make the site available on the main subdomain.


Or, create a branch named pages in any public repository.

git switch --orphan pages
git rm --cached -r .

terminal
	git switch --orphan pages
	git rm --cached -r .