Favicon, notebook test post, expanded About page#8
Merged
Conversation
- favicon.svg: dark abyss-tinted rounded square with two faint light shafts and a bioluminescent "F" monogram. Wired in via EXTRA_HEAD_DATA using SITE_URL so the absolute href works under the /fons_voyage/ subpath. Also exposes the SVG as a mask-icon for Safari pinned tabs. - posts/testing-the-deep-with-a-notebook.ipynb: a small hand-authored notebook exercising the styles we ship — a markdown cell, a pandas DataFrame (HTML + text/plain), a stream print() output, a matplotlib SVG figure, and closing commentary. Numbers are fictional; the point is to verify that input cells, dataframes, stream output, and figure outputs all read correctly on the dark theme. - pages/about.md: expand the About page with what to expect, cadence, follow-along links (RSS, archive, categories), more on the lab and the IGM, an authorship note, ways to contribute corrections, and a brief colophon.
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
Three loose ends from the punch list.
files/favicon.svg— a dark abyss-tinted rounded square with two faint light shafts and a bioluminescent "F" monogram (Fraunces-ish serif,#5eead4). Wired intoEXTRA_HEAD_DATAviaSITE_URLso the absolute href is correct under the/fons_voyage/subpath. Also exposed as amask-iconfor Safari pinned tabs.posts/testing-the-deep-with-a-notebook.ipynbis a small hand-authored notebook that exercises every style override we shipped: a markdown intro, apandasDataFrame (rendered HTML + text/plain fallback), aprint()stream output, amatplotlib-style figure provided as inline SVG (no real kernel run, hand-built so figure rendering can be verified without a build dependency), and a closing markdown cell pointing back to where the rules live.pages/about.mdexpanded with: cadence and what to expect, follow-along links (RSS, archive, categories), more on the lab and the IGM, an authorship note, ways to contribute corrections, and a brief colophon.Test plan
/posts/testing-the-deep-with-a-notebook/and verify:print()block sits in its own muted box/pages/about/and confirm the new sections render with the right typography (Fraunces headings, Inter body, coral links, teal tag chips where applicable)/fons_voyage/base pathGenerated by Claude Code