Weekly Site Update Cheat Sheet — for collaborators
Step 1 — Log into Neocities
Go to neocities.org and log in
You'll see the file dashboard for madtriviaparty
Click on index.html to open the code editor
Step 2 — Update the Questions
Two ways to do this — pick whichever feels easier:
✦ Recommended — Question Builder Tool
Open madtriviaparty.neocities.org/admin.html in another tab
Enter the panelist name and paste your questions from Google Docs — one per line, no tags needed
Click Generate Code then Copy to Clipboard
Back in the Neocities editor, use Cmd+F (Mac) or Ctrl+F (PC) to search for QUESTIONS START
Select everything between the two comment markers (not the comments themselves)
Paste the copied code and hit Save
The two comment markers look like this and should always stay in place:
<!-- QUESTIONS START --> <!-- QUESTIONS END -->
Alternative — Edit HTML Directly
In the Neocities editor, search for QUESTIONS START
Update the panelist name in this line (replace Dan with the correct name):
<p class="byline">Questions by <strong>Dan</strong></p>
Replace the questions list below it — one <li> per question:
<ul class="questions-list">
<li>Your first question goes here?</li>
<li>Your second question goes here?</li>
<li>Your third question goes here?</li>
</ul>
Hit Save
Step 3 — Verify
Visit madtriviaparty.neocities.org to confirm everything looks right
Done!
After the Show — Reset the Page
To restore the placeholder until next week, replace everything between the comment markers with this:
<p class="byline">Questions by <strong>[Name]</strong></p>
<ul class="questions-list">
<li>Questions will be posted here each Tuesday before the show.</li>
</ul>
Hit Save and the page is reset for next week.
Updating the Zoom Link
If the Zoom link ever changes, search in index.html for:
zoom-link').href
Replace the URL in that line with the new Zoom link: