Skip to main content

An example

In this example, I will create a root site for my user https://tjaart.pages.grit.ucsb.edu

Create a repository

To create a repository, click on the + icon at the top bar, and select "New project repository"

screenshot-2026-02-05-093024.png

On the next screen select "Create from Template"

screenshot-2026-02-05-093042.png

Click "Use Template" on the "Pages/Plain HTML"

screenshot-2026-02-05-093057.png

On the next page, you will enter the repository name. This needs to be your_netid.pages.grit.ucsb.edu for our example, it will be tjaart.pages.grit.ucsb.edu.
Under Project URL, you can select your username.
The project slug should be prefilled to be the same as the project name.
You can set any visibility level. Once done, click Create Project

screenshot-2026-02-05-093136.png

With the repository created, you can use any Git tools to modify the files in the public/ directory, and push the changes to the master branch. If you are not familiar with Git, the easiest way to get started is to use the webIDE.