Skip to content

Commit

Permalink
#7 issue: sidebar menus
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonghee committed Aug 22, 2016
1 parent fefd248 commit 409b06b
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,18 @@ github = "https://github.com/golangkorea/golangkorea-hugo/"
facebook = "https://www.facebook.com/groups/golangko/"
googleplus = "https://plus.google.com/communities/115721275599816202991"

sidebarRecentLimit = "5"
sidebarRecentLimit = "5"

sidebarMenuEnabled = true
sidebarMenuHeader = "Join Us"
sidebarNewWindow = true

[[menu.sidebar]]
Name = "GitHub Organization"
URL = "https://github.com/golangkorea"
weight = 0

[[menu.sidebar]]
Name = "Gitter Room"
URL = "https://gitter.im/golang-korean-community/golangkorea.github.io?utm_source=share-link&utm_medium=link&utm_campaign=share-link"
weight = 1

0 comments on commit 409b06b

Please sign in to comment.