To create a GitHub page, follow these steps:
- Create a new repo under
https://github.com/sp-uhh/project_name
using the [https://github.com/sp-uhh/website_template template repo]. - In
_config.yml
, set baseurl to/project_name/
. - In
_config.yml
, adopt title, logo, and description. - In
_layouts/default.html
in line 28, replacewebsite_template
withproject_name
.
- On your GitHub repository, navigate to the Settings tab.
- In the left sidebar, click on Pages.
- Under the Source section, find the Branch dropdown.
- Select main (or your preferred branch) from the dropdown menu.
- Click the Save button.