eleventy-navigation icon indicating copy to clipboard operation
eleventy-navigation copied to clipboard

Define all items in global data file

Open silveltman opened this issue 2 years ago • 1 comments

Define all items in global data file. Like so:

_data/navigation.yaml

items:
  - key: home
    title: Home
    url: /
    children:
      - key: Second
        title: Second
        url: /
        children:
  - key: contact
    title: Contact
    url: /contact

silveltman avatar May 04 '22 13:05 silveltman

This could be very useful for pages that use i18n

terox avatar May 14 '22 10:05 terox