Creating navigation in jekyll theme is very easy. You can change the navigation menu items easily from the _data/navigation.yml file
Here following the navigation code structure :
- text: Home
url: home
- text: About
url: about
- text: Portfolio
url: portfolio
- text: News
url: news
- text: Contact
url: contact
You can use any custom URL there and also text can be change there.