Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ ignoreFiles = []
pre = "<span style='display:inline-flex; align-items:center;'><img src='/events/images/kubeflow-virtual.png' style='height:60px; width:auto; margin-right:8px;'><span style='display:flex; flex-direction:column; justify-content:center;'><span class='badge badge-warning' style='margin-bottom:4px;'>August 19th, 2026</span><span class='badge badge-warning'>Virtual</span></span></span>"
post = ""
url = "https://community.cncf.io/events/details/cncf-virtual-project-events-hosted-by-cncf-presents-kubeflow-community-showcase-2026-genai-and-mlops-in-action/"
# [[menu.main]]
# name = "GSoC 2025"
# weight = -900
# pre = "<i class='fas pr-2'><img src='/docs/images/logos/gsoc.svg' style='height: 1.22em;'></i>"
# post = "<br><span class='badge badge-success'>Ongoing</span>"
# url = "/events/gsoc-2025/"
[[menu.main]]
name = "GSoC 2026"
weight = -900
pre = "<i class='fas pr-2'><img src='/docs/images/logos/gsoc.svg' style='height: 1.22em;'></i>"

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching those issues @juliusvonkohout !

It turns out the stable URL front matter wasn't included in the earlier diff, and the navbar was linking to the directory-derived path instead of the stable URL, so the two didn't match.

I have pushed a commit which addresses all of the feedback by:

  • Adding url = "/events/gsoc-2026/" to the front matter of gsoc-2026.md, matching the existing GSoC 2025 convention.
  • Updating the navbar entry in config.toml to point to the same stable path (/events/gsoc-2026/) instead of the directory-derived path (/events/upcoming-events/gsoc-2026/).
  • Setting alt="" for the decorative GSoC logo image, as suggested.

Testing

Verified locally by running:

hugo server -D

All changes render correctly, and the navbar now points to the stable URL.

post = "<br><span class='badge badge-success'>Ongoing</span>"
url = "/events/upcoming-events/gsoc-2026/"
[[menu.main]]
name = "Docs"
weight = -102
Expand Down
Loading