Skip to content
DMV Throwers Yoyo Club edited this page Mar 29, 2026 · 1 revision

FAQ

Common questions for contributors and maintainers.


Q: How do I submit a change to the site? A: Fork the repo, make your edits on a branch, and submit a pull request. See Contributing Guide for details.

Q: Can I add photos to the gallery? A: Yes — place them in assets/images/gallery/ and add them to gallery.html. Only upload photos you own or have permission to share.

Q: Who maintains the site? A: The DMV Throwers organizers and community contributors. Brandon Rogers coordinates.

Q: Do I need to know how to code? A: Not necessarily. Simple text edits can be done through GitHub's web editor — just click the pencil icon on any file.

Q: How do I report a bug or broken link? A: Open an issue on GitHub.

Q: How long until my changes go live? A: GitHub Pages deploys automatically on push to main. Changes typically appear within 1-5 minutes. Browser caching may delay what you see.

Q: Why are there 8 separate VSYC-26 pages instead of one? A: The original single page was nearly 1,000 lines. Breaking it into separate pages makes each section easier to navigate, load, and maintain independently.

Q: How do I update the VSYC-26 nav bar? A: The nav is duplicated in all 8 vsyc26*.html files. If you change nav links, you need to update all 8 files. See Content Editing Guide for the full list.

Q: Is there a staging/preview environment? A: No — changes go directly to production on push to main. Test locally before pushing.

Q: How do I set up the contact form? A: The contact form on contact.html uses Formspree. A Formspree account needs to be configured with the correct endpoint. This is a pending setup item.

Clone this wiki locally