site: drop GH Pages footer claim + verified CV build-flow diagram#168
Merged
Conversation
Footer no longer asserts GitHub Pages hosting (deploy paths vary — the broker/hub projection exists); keeps SvelteKit/Skeleton/source credits. /cv gains a "How these PDFs are built" section with a mermaid-rendered diagram of the verified pipeline: private spear-resumes XeLaTeX sources → rules_tectonic (Tectonic engine) → 3 PDFs → //static/cv:sync_pdfs → static/cv/ → /cv iframes, orchestrated by build-cv.yml (SSH deploy key, bazelisk, auto-commit). Diagram source kept at static/cv/build-flow.mmd for re-rendering.
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
Verified CV build flow (diagram source:
static/cv/build-flow.mmd)spear-resumes(private, XeLaTeX.tex) →rules_tectonic(Tectonic engine, fromtinyland-inc/bazel-registryvia.bazelrc) → 3 PDFs (//generic:resume,//cra:resume,//generic:cv) →bazel run //static/cv:sync_pdfs(write_source_files) →static/cv/*.pdf→/cviframes. Orchestrated bybuild-cv.yml: SSH deploy key (SPEAR_RESUMES_DEPLOY_KEY) → bazelisk → sync → auto-commit.Diagram rendered with the repo's own
@mermaid-js/mermaid-cli(mmdc) to a static SVG,<img>'d (CSP-safe; no client mermaid lib), full descriptivealt. Textual links kept below for accessibility.Validation
svelte-check: 0 errors on the two edited files (pre-existingsearch-index.json/vite.config.tstype errors are environmental, unrelated).main(not the in-flightfix/build-cv-sudo-bazeliskbranch) to avoid clobbering newer footer work.