Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: workaround jekyll tags bug #2194

Merged
merged 1 commit into from
Dec 16, 2024
Merged

Conversation

maxandersen
Copy link
Member

a bug from 2014 (jekyll/jekyll-archives#24) result in when tags has mixed casing the archived list varies dependent on the order of tags.

so basically jekyll messes up tag listing if tags names are mixed casesr
for ai we have "ai", "ai", "AI", "ai" in sequence. the AI overrides the two first, the last ai overrides "AI"
so its some funky hashcollision thing

I wrote a script to spot which posts had mixed cases - seems we are pretty good at it already :)

also cleaned up to have consistent format of tags and frontmatters.

all just so https://quarkus.io/blog/tag/ai and https://quarkus.io/blog/tag/openshift will return consistent result.

Copy link

github-actions bot commented Dec 12, 2024

🙈 The PR is closed and the preview is expired.

@gsmet gsmet merged commit 20c9ad7 into quarkusio:main Dec 16, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants