feat(words): GrapheneOS migration post + post infrastructure#9
Open
doyled-it wants to merge 4 commits into
Open
feat(words): GrapheneOS migration post + post infrastructure#9doyled-it wants to merge 4 commits into
doyled-it wants to merge 4 commits into
Conversation
post.njk now renders a subtitle below the title from frontmatter. words-post.css supplies cracktro-styled inline components (settings-path spans, numbered .steps lists, .dgw-callout, .dgw-why collapsibles, table wrappers, decision-tree + checklist widget styling, post TOC). words-post.js hydrates the interactive widgets, persists checklist state to localStorage, and wraps every table in a scrollable container so wide tables do not break narrow viewports.
A long-form how-to for moving a Pixel from stock Android + Google to GrapheneOS, covering pre-wipe backup, the web installer flow, post-flash hardening, sandboxed Google Play vs F-Droid vs Obtainium, data restore (Signal, WhatsApp via adb push, Obsidian), DAVx5 for contacts and calendar sync, the dual Vanadium + IronFox browser setup, a Google-alternative reference table, a full de-Google fork that replaces Gmail with Proton, common pitfalls, and an interactive decision tree plus migration checklist.
base.njk loads a new dock.css sitewide. On viewports <=720px the dock stack rendezvouses the previously sprawling floating tools (botty, buddy-selector, post checklist) into three uniformly sized 40x40 tiles at bottom-right: checklist on the bottom, full-face botty in the middle, buddy picker on top. Desktop keeps the original floating layouts (botty bottom-right sprite, buddy bottom-left picker, post checklist as floating panel above the buddy).
compile-bio.mjs now reads every file in src/words/, parses YAML frontmatter, and ships the title, subtitle, date, slug, url, and full body in a words[] array on bio-bundle.json. The worker system prompt documents the new section so botty can answer questions about post content and link to the post URL. Ten new quips trigger on /words/grapheneos-degoogle/ (specific) and any /words/ path (generic).
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
doyled-it | 9b99a64 | Commit Preview URL Branch Preview URL |
Jun 17 2026, 11:42 PM |
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
Test plan