menus:
  main:
    - name: About
      pageRef: /about
    - name: Contact
      pageRef: /contact

params:
  copyright:
    include: false
    name: John Smith
    type: All rights reserved

# TODO this doesnt work unless set in main config
markup:
  highlight:
    noClasses: false
    lineNos: true

  goldmark:
    renderer:
      unsafe: true