Skip to content

Commit

Permalink
add events link, basic config updates (#7)
Browse files Browse the repository at this point in the history
* add `get-a-drink` redirect

* use correct syntax

* update branch deploy build command

* add landingPage layout + meet up page (#3)

* layout for landing pages

* meetup with team page

* adjust content

* setup description

* fix wording on page

* update redirect

* change file name for meeting the team

* redo meet page / template (#4)

* update data files and templates

* meet page styling and data file

* fix styling of text, events, and spacing between hr, h2, div row

* add calendly link generation

* add links for local meetups

* remove happy hour for kubecon for now

* update config with menu for events
  • Loading branch information
jerdog committed Mar 7, 2024
1 parent 6b6627f commit ec324ca
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ buildFuture = true
[params]
logo = "images/logo.png" # blue color: #00A1FE, white color: #ffffff
# Metadata
description = "To shape the future of the software developer experience, focusing on fostering collaboration, driving community conversation, and championing inclusivity for all throughout the space."
description = "A vendor-neutral research and community organization dedicated to revolutionizing the developer experience, focusing on fostering collaboration, driving community conversation, and championing inclusivity for all throughout the space."
author = "DevEx Institute"
# google analytics
google_analytics_id = "G-BNBKE8JCEF" # example: UA-123456-78, for more info, read the article https://support.google.com/analytics/answer/1008080?hl=en
Expand Down Expand Up @@ -66,7 +66,7 @@ target = '$1'

############################# Outputs ##############################
[outputs]
home = ["HTML", "RSS"]
home = ["HTML"]

[taxonomies]
tag = "tags"
Expand All @@ -82,14 +82,14 @@ quality = 75
resampleFilter = "Lanczos"

############################# Caches ###############################
[caches]
[caches.images]
dir = ":resourceDir/_gen"
maxAge = "720h"
#[caches]
#[caches.images]
#dir = ":resourceDir/_gen"
#maxAge = "720h"

[caches.assets]
dir = ":resourceDir/_gen"
maxAge = "720h"
#[caches.assets]
#dir = ":resourceDir/_gen"
#maxAge = "720h"

############################# Markup ###############################
[markup]
Expand Down Expand Up @@ -134,17 +134,22 @@ weight = 1
[[menu.main]]
name = "team"
url = "#team"
weight = 4
weight = 2

#[[menu.main]]
#name = "blog"
#url = "#blog"
#weight = 6
#weight = 3

[[menu.main]]
name = "events"
url = "/meet-the-team"
weight = 4

[[menu.main]]
name = "contact"
url = "#contact"
weight = 7
weight = 5

# [[menu.main]]
# name = "Dropdown"
Expand Down

0 comments on commit ec324ca

Please sign in to comment.