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 #2193

Closed
wants to merge 1 commit into from
Closed

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.

@maxandersen
Copy link
Member Author

pushed wrong branch - replaced with #2194

Copy link

🎊 PR Preview 6b4c872 has been successfully built and deployed to https://quarkus-site-pr-2193-preview.surge.sh

  • Images of blog posts older than 3 months are not available.
  • Newsletters older than 3 months are not available.

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.

1 participant