From a54537711234c790a3b998b193d4b0384d87b922 Mon Sep 17 00:00:00 2001 From: Chris-Larkin Date: Fri, 20 Dec 2024 13:13:52 +0000 Subject: [PATCH] adding menu --- config.yaml | 46 ++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 40 insertions(+), 6 deletions(-) diff --git a/config.yaml b/config.yaml index 34bd4a3..000721e 100644 --- a/config.yaml +++ b/config.yaml @@ -1,9 +1,48 @@ +title: "Chris Larkin" +baseURL: "https://chris-larkin.github.io/" +languageCode: "en-us" +theme: "custom-wowchemy-theme" + +menu: + main: + - identifier: home + name: Home + url: "/" + weight: 1 + - identifier: research + name: Research + url: "/research/" + weight: 2 + - identifier: posts + name: Posts + url: "/post/" + weight: 3 + - identifier: contact + name: Contact + url: "/contact/" + weight: 4 + +params: + theme: minimal + font: native + date_format: 'Jan 2, 2006' + time_format: '3:04 PM' + address_format: en-us + # Add other parameters like social links, analytics, etc. below + # Example: + # social: + # twitter: "your_twitter_handle" + # github: "your_github_handle" + # google_analytics: + # id: "UA-XXXXXXX-X" + mediaTypes: application/manifest+json: suffixes: [webmanifest] text/netlify: delimiter: '' suffixes: [''] + outputFormats: WebAppManifest: mediaType: application/manifest+json @@ -18,6 +57,7 @@ outputFormats: isPlainText: true mediatype: text/netlify notAlternative: true + module: hugoVersion: min: '0.81.0' @@ -35,9 +75,3 @@ module: target: i18n - source: content target: content -params: - theme: minimal - font: native - date_format: 'Jan 2, 2006' - time_format: '3:04 PM' - address_format: en-us