diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2024-08-10 21:03:16 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2024-08-10 21:03:16 -0500 |
commit | f49d28caa3005c608eec9f8f82b1d9625ae37c01 (patch) | |
tree | 3538601cd4ac385e70517f6732290b09c806f936 /hugo.yaml | |
download | hugo-theme-tjkbasic-f49d28caa3005c608eec9f8f82b1d9625ae37c01.tar.xz hugo-theme-tjkbasic-f49d28caa3005c608eec9f8f82b1d9625ae37c01.zip |
initial commit
Diffstat (limited to 'hugo.yaml')
-rw-r--r-- | hugo.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/hugo.yaml b/hugo.yaml new file mode 100644 index 0000000..b1e16f9 --- /dev/null +++ b/hugo.yaml @@ -0,0 +1,12 @@ +menus: + main: + - name: About + pageRef: /about + - name: Contact + pageRef: /contact + +# TODO this doesnt work +markup: + highlight: + noClasses: false + lineNos: true |