Weave Facebook archive into the site#10
Merged
Merged
Conversation
- Add System page with the real touring-grade sound spec, FX sync explanation, lighting rig, structural details and ADIPS callout. - Add Build Journey page tracing the build from trailer-wrapped factory shots through custom fabrication, ADIPS pass, first runs and the Threshold Active takeover. - Add Updates page backed by a curated facebook-posts/ directory of JSON social-card entries (consumed by the blocks system's socials block). - Sharpen the home page: stats strip (arms/axes/subs/smoke machines), features rewritten with concrete specs, split-image teasers pointing at the System and Build pages, recent-drops socials strip. - Contact page: replace plain markdown link list with icon-links block. - Add scripts/process-facebook-posts.js to regenerate the socials JSON from the raw archive (date interpolation from video publish_time anchors; manual thumbnail pairing with existing ride photos since the FB CDN URLs expire). https://claude.ai/code/session_01Us19jzizCanX7utk5LovZm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Pulls the factual, technical and narrative content out of the 75-post Facebook archive (
facebook-posts.json) and weaves it through the site.New pages
/system/— The sound rig and FX platform. Covers the full spec (12 × 21" subs, 8 × 15" mids, 4 × dual compression drivers, 4 × dual 10" coaxials, 5 × Powersoft T904s), the synced-FX explanation (EnteR starts/stops in the same position by design), the lighting rig (RGB, LED floor, 6 smoke machines, airbrushed motor covers), structural details (3mm aluminium rails, powder-coat, Frazer Day facials, fibreglass mods) and the ADIPS certification./build/— A five-phase chronological build journey with split-image sections: factory wraps → custom fabrication → system online → testing drops → 2026 Threshold Active./updates/— Feed page backed by a newfacebook-posts/JSON directory, rendered by thesocialsblock.Home page
statsstrip (6 arms / 2 axes / 12 × 21" subs / 6 smoke machines).split-imageteasers pointing at the System and Build pages.Contact page
icon-linksblock.Infrastructure
scripts/process-facebook-posts.jsregenerates thefacebook-posts/JSON from the raw archive. Dates come frompublish_timeanchors in video posts and are interpolated between them. Thumbnails are paired with existing ride photos (the FB CDN URLs in the archive expire and couldn't be downloaded from this environment).Notes
SYSTEM //,THRESHOLD ACTIVE,OUTPUT— since the audience is fairground obsessives who already respond to it.Test plan
/system/,/build/,/updates/all renderhttps://claude.ai/code/session_01Us19jzizCanX7utk5LovZm
Generated by Claude Code