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

Collection categories are broken #169

Open
6 tasks done
jefftriplett opened this issue Aug 27, 2022 · 1 comment · Fixed by #170
Open
6 tasks done

Collection categories are broken #169

jefftriplett opened this issue Aug 27, 2022 · 1 comment · Fixed by #170

Comments

@jefftriplett
Copy link
Member

jefftriplett commented Aug 27, 2022

This is apparently a Jekyll bug, but collections use their sub-folder names as their category even if you specify one. That causes our https://2022.djangocon.us/speaking/twitter/, our youtube meta info, and other pages to show rooms and other info we don't need for tweeting about talks.

The only solution I can think of is:

  • add another "name for category"
  • add the field to our process.py models
  • setup an __init__ to fill in "name for category" if it's blank
  • re-run this script for our project
  • update speaking* templates to look for this new field instead of category
  • publish!
@jefftriplett
Copy link
Member Author

Re-opening until we look over a better permalink fix.

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 a pull request may close this issue.

1 participant