From f49d28caa3005c608eec9f8f82b1d9625ae37c01 Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Sat, 10 Aug 2024 21:03:16 -0500 Subject: initial commit --- hugo.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 hugo.yaml (limited to 'hugo.yaml') 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 -- cgit v1.2.3