Section menu for the lazy blogger
authorbep <bjorn.erik.pedersen@gmail.com>
Tue, 6 Jan 2015 17:11:06 +0000 (18:11 +0100)
committerspf13 <steve.francia@gmail.com>
Sat, 9 May 2015 01:28:19 +0000 (21:28 -0400)
commitd4acacd4f50a6c0c25c22e7cc989f196bd225fd5
tree8cb33365be977001b7300c18fb1edc9f1a3cff5d
parentbeb4ab162da1efa299c814acbd3b26fe6a479349
Section menu for the lazy blogger

The current menu system works great, but is too much work if all you want is a simple menu with the sections as menu items, and having these menu items connected to the pages in a way that enables setting the correct menu item as active for both the section lists and the pages itself.

This commit adds a new option `SectionPagesMenu' which, if set, will create a new menu with that name with all the sections as menu items. The pages in the sections will behave as "shadow members" of these section items as `blogpage.HasMenuCurrent "sectionmenu" $sectionmenuitem` will return true.

If a menu item with the same `identifier` is defined in site config, *that* item will take precedence.
commands/hugo.go
hugolib/menu_test.go
hugolib/page.go
hugolib/site.go