topnav.yml 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. ## Topnav single links
  2. ## if you want to list an external url, use external_url instead of url. the theme will apply a different link base.
  3. topnav:
  4. - title: Topnav
  5. items:
  6. - title: Campi Aperti per l'autogestione alimentare
  7. external_url: https://github.com/tomjoht/documentation-theme-jekyll
  8. - title: News
  9. url: /news
  10. #Topnav dropdowns
  11. topnav_dropdowns:
  12. - title: Topnav dropdowns
  13. folders:
  14. - title: Jekyll Help
  15. folderitems:
  16. - title: Jekyll Talk
  17. external_url: https://talk.jekyllrb.com
  18. - title: Jekyll documentation
  19. external_url: http://jekyllrb.com/docs/home/
  20. - title: Jekyll on Stack Overflow
  21. external_url: http://stackoverflow.com/questions/tagged/jekyll
  22. - title: Jekyll on my blog
  23. external_url: http://idratherbewriting.com/category-jekyll/
  24. - title: Products
  25. folderitems:
  26. - title: Jekyll Documentation Theme
  27. url: /mydoc_introduction.html
  28. - title: Product 1
  29. url: /p1_landing_page.html
  30. - title: Product 2
  31. url: /p2_landing_page.html