Sha256: 7446a8a931fc5b284a8c92a607a45a49d964706f7a98c73daa90a3b92d63dcd5

Contents?: true

Size: 1.15 KB

Versions: 3

Compression:

Stored size: 1.15 KB

Contents

- title: "Home"
  root: true
  layout: "home"
  data:
    title: "My awesome Web Agency"
  html:
    class: "test-class"
    data:
      behaviour: "hello"

- title: "Blog"

- title: "Products"
  layout:
    name: "products"
    inherit: true
  nodes:
    - title: "Logo Design"
      data:
        header_image: "logo.jpg"
        description: "Our logo design is awesome."
      variables:
        fuck: "you"
    - title: "Web Development"
      data:
        header_image: "web-development.jpg"
        description: "First class web development."
    - title: "Hire us"
      refer: "/contact" # refers to /contact

- title: "About"
  refer: true # refers to /about/our-team
  nodes:
    - title: "Our Team"
      layout:
        name: "team"
        inherit: false
      nodes:
        - title: "Switzerland"
        - title: "Italy"
    - title: "Works"
    - title: "Partners"
      nodes:
        - title: "Daniel Puglisi"
          refer: "http://danielpuglisi.com"
        - title: "Codegestalt"
          refer: "http://codegestalt.com"
        - title: "Kreatify"
          refer: "http://kreatify.com"

- title: "Contact"
- title: "I18n"
  url: "/localization"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
seiten-1.0.2 test/dummy/config/navigations/application.en.yml
seiten-1.0.1 test/dummy/config/navigations/application.en.yml
seiten-1.0.0 test/dummy/config/navigations/application.en.yml