You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add sort by deadline and sort by event date buttons (#15)
* Add sort by deadline and sort by event date buttons
- Add two toggle buttons (Deadline / Event Date) next to Clear Filters
- Deadline sort is the default and mirrors existing behaviour
- Event date sort parses the free-text date field with moment.js and
reorders events by conference start date; TBA entries sort last
- Refactor inline sort logic into reorderConfs(sortMode) for reuse
- Add Gemfile (jekyll + webrick) for local Docker preview and CI
- Add GitHub Actions workflows: deploy to gh-pages on main push,
PR preview at /preview/pr-N/ with auto-comment, cleanup on close
- Update .gitignore to exclude _site/, .bundle/, .jekyll-cache/
* Fix Gemfile.lock platform for GitHub Actions (add x86_64-linux)
0 commit comments