Creating a tab on a github page?

Hello, have created a webpage on github (link is here if anyone wants to check it out).

How do I create a tab on the website? Have looked all over GitHub, YouTube, etc. but cannot find clear instructions.

Do I have to use HTML or is there an easier way?

Thanks,
Nick

1 Like

It appears you are using a Github Pages theme. The theme has documentation about how you can customize it. If you’re wanting to change it significantly, you’ll need to write html. As Github Pages is backed by Jekyll, you might start by installing Jekyll locally and familiarising yourself with it that way.