https://github.com/madeslowly/jekyll-template-with-navbar
https://github.com/madeslowly/jekyll-template-with-navbar
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/madeslowly/jekyll-template-with-navbar
- Owner: madeslowly
- Created: 2020-11-25T18:53:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-18T15:17:33.000Z (over 4 years ago)
- Last Synced: 2025-01-03T15:14:31.278Z (5 months ago)
- Language: HTML
- Size: 4.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
---
# Jekyll template with navbarThis repo only deals with the website navigation and structure.
## Navigation Links
To set what links appear in the top navigation edit `_data/menu.yml`. Use the following format to set the URL and title for as many links as you'd like.
```yaml
group_name:
- name: Page name
url: /pageURL/
submenu:
- name: Page name
url: /pageURL/
```We `for` loop `group_name` = `navigation`.