Skip to content

Ability to configure items displayed in menu bar #139

@pierrepo

Description

@pierrepo

Hello,

I would really appreciate if one has the ability to configure the menu bar by choosing the items to display. As an example, the default pelican theme supports such a thing with the variable MENUITEMS defined in pelicanconf.py:

MENUITEMS = (
    ('Home', '/'),
    ('About', '/pages/about/'),
    ('Python','/pages/python/'),
    ('Tags', '/tag/'),
)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions