forked from phoedos/pmd
b193bb28d8
git-subtree-dir: docs git-subtree-mainline: 23545aa7ea599faf17737de9879733a1bde700d1 git-subtree-split: 106142b25c9387ffd002437027ced1b04f494205
33 lines
1.1 KiB
YAML
33 lines
1.1 KiB
YAML
## Topnav single links
|
|
## if you want to list an external url, use external_url instead of url. the theme will apply a different link base.
|
|
topnav:
|
|
- title: Topnav
|
|
items:
|
|
- title: News
|
|
url: /news
|
|
|
|
#Topnav dropdowns
|
|
topnav_dropdowns:
|
|
- title: Topnav dropdowns
|
|
folders:
|
|
- title: Jekyll Resources
|
|
folderitems:
|
|
- title: Github Repo
|
|
external_url: https://github.com/tomjohnson1492/documentation-theme-jekyll
|
|
- title: Jekyll Talk
|
|
external_url: https://talk.jekyllrb.com
|
|
- title: Jekyll documentation
|
|
external_url: http://jekyllrb.com/docs/home/
|
|
- title: Jekyll on Stack Overflow
|
|
external_url: http://stackoverflow.com/questions/tagged/jekyll
|
|
- title: Jekyll on my blog
|
|
external_url: http://idratherbewriting.com/category-jekyll/
|
|
- title: Products
|
|
folderitems:
|
|
- title: Jekyll Documentation Theme
|
|
url: /mydoc_introduction.html
|
|
- title: Product 1
|
|
url: /p1_landing_page.html
|
|
- title: Product 2
|
|
url: /p2_landing_page.html
|