diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2024-08-11 10:00:56 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2024-08-11 10:00:56 -0500 |
commit | 726ca45683974e991c3c2d172039716be8cb0d4c (patch) | |
tree | 7d773f60439482b4833055e457392f89e20d3b69 /hugo.yaml | |
parent | f49d28caa3005c608eec9f8f82b1d9625ae37c01 (diff) | |
download | hugo-theme-tjkbasic-726ca45683974e991c3c2d172039716be8cb0d4c.tar.xz hugo-theme-tjkbasic-726ca45683974e991c3c2d172039716be8cb0d4c.zip |
changes to copyright and style. open links in new tab if theyre to another site
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 + |