baseURL: "https://bestwebsite.com/"
languageCode: "en-US"
title: "The Best Product Website on the Web"
module:
  hugoVersion:
    extended: false
    min: "0.116.0"
menus:
  main:
    - identifier: home
      name: Home
      url: /
      weight: 1
    - identifier: articles
      name: Articles
      url: /articles
      weight: 2
    - identifier: products
      name: Products
      url: /products
      weight: 3
    # - identifier: contact
    #   name: Contact
    #   url: /contact
    #   weight: 4
taxonomies:
  tag: tags
  category: categories
  # product: products
  # article: articles
  # post: posts
  # series: series
  # story: stories
  # event: events
  # project: projects
  # offer: offers
  # author: team
  # priority: priority
