aboutsummaryrefslogtreecommitdiff
path: root/hugo.yaml
blob: 6683001822aa97fbf7c2688999ccda194674fc95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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