Global navigation (level 1)

To enable global navigation add to your config.toml the paths to pages and sections which you want to include. The paths in menu_order should reflect actual paths to your content.

    [extra.poly]
    menu_order = [
        "resume/_index.md",
        "projects/_index.md",
        "contact.md"
    ]