support menus in navbar

This commit is contained in:
Dean Attali 2016-03-17 21:20:11 -07:00
parent 1d3b3e258c
commit 4fe69971e3
4 changed files with 117 additions and 27 deletions

View file

@ -1,4 +1,4 @@
# --- Serving options --- #
# --- General options --- #
# url is the full website URL
# baseurl is the website's URL without the hostname
@ -21,16 +21,19 @@ description: A virtual proof that name is awesome!
# --- Navigation bar options --- #
# List of links in the navigation bar
navbar-links:
About Me: "aboutme"
Resources:
- Beautiful Jekyll: "http://deanattali.com/beautiful-jekyll/"
- Learn markdown: "http://www.markdowntutorial.com/"
- GitHub Pages: "https://pages.github.com/"
Author's home: "http://deanattali.com"
# Image to show in the navigation bar - image must be a square (width = height)
# Remove this parameter if you don't want an image in the navbar
avatar: "/img/avatar-icon.png"
# List of links in the navigation bar
navbar-links:
Home: ""
About Me: "aboutme"
Author's home: "http://deanattali.com"
# --- Footer options --- #
# Change all these values or delete the ones you don't want.