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