4 Pages / How to
Simon Vieille edited this page 2022-07-27 12:49:20 +02:00

Host static websites with Gitnet Pages!

Set up your repository

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

OR

Create a branch pages in a repository:

git switch --orphan pages
# In case if ignored files exist
git rm --cached -r .

Upload your files

Push your static content, HTML, style, fonts, images or anything else.

You're done!

Access your new website using this link: https://USERNAME.gitnet.page[/REPOSITORY][/@BRANCH].