Jekyll
Last updated: July 8, 2025

Setup Navigation Menu

Table of Contents

Navigation

The navigation menu appears in the top header area of your site. You can manage and edit the navigation links by modifying the _data/navigation.yml file.

Example Navigation Structure

- title: Home
  url: /
  submenu:
    - title: Home Gradient
      url: /home-gradient
    - title: Home Image
      url: /home-image
    - title: Home Video
      url: /home-video
- title: Services
  url: /services
- title: Screenshots
  url: /screenshots
- title: Pricing
  url: /pricing
- title: Team
  url: /team
- title: Blog
  url: /blog
- title: Contact
  url: /contact

You can add a title and a url for each navigation item. To add a new link, such as an “About” page, simply append it to the list like this:

- title: About
  url: /about