Skip to content

Commit

Permalink
adding menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Larkin committed Dec 20, 2024
1 parent bf1ec8f commit a545377
Showing 1 changed file with 40 additions and 6 deletions.
46 changes: 40 additions & 6 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -18,6 +57,7 @@ outputFormats:
isPlainText: true
mediatype: text/netlify
notAlternative: true

module:
hugoVersion:
min: '0.81.0'
Expand All @@ -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

0 comments on commit a545377

Please sign in to comment.