diff options
Diffstat (limited to 'hugo.yaml')
-rw-r--r-- | hugo.yaml | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -5,8 +5,15 @@ menus: - name: Contact pageRef: /contact -# TODO this doesnt work +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 + |