Skip to content

Favicon, notebook test post, expanded About page#8

Merged
Loyale merged 1 commit into
mainfrom
claude/vibrant-ritchie-KKkgZ
May 29, 2026
Merged

Favicon, notebook test post, expanded About page#8
Loyale merged 1 commit into
mainfrom
claude/vibrant-ritchie-KKkgZ

Conversation

@Loyale
Copy link
Copy Markdown
Contributor

@Loyale Loyale commented May 29, 2026

Summary

Three loose ends from the punch list.

  • Favicon. Adds files/favicon.svg — a dark abyss-tinted rounded square with two faint light shafts and a bioluminescent "F" monogram (Fraunces-ish serif, #5eead4). Wired into EXTRA_HEAD_DATA via SITE_URL so the absolute href is correct under the /fons_voyage/ subpath. Also exposed as a mask-icon for Safari pinned tabs.
  • Notebook test post. posts/testing-the-deep-with-a-notebook.ipynb is a small hand-authored notebook that exercises every style override we shipped: a markdown intro, a pandas DataFrame (rendered HTML + text/plain fallback), a print() stream output, a matplotlib-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.
  • About page. pages/about.md expanded 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

  • After deploy, confirm the favicon shows in the browser tab and (on Safari) as a pinned-tab mask
  • Open /posts/testing-the-deep-with-a-notebook/ and verify:
    • Input cells render with monokai syntax highlighting on the dark code well
    • The DataFrame has a translucent teal header and zebra rows
    • The print() block sits in its own muted box
    • The SVG figure has a light backing so the bars are legible
  • Open /pages/about/ and confirm the new sections render with the right typography (Fraunces headings, Inter body, coral links, teal tag chips where applicable)
  • Verify RSS/archive/categories links in the About page resolve under the deployed /fons_voyage/ base path

Generated by Claude Code

- 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.
@Loyale Loyale merged commit 115f600 into main May 29, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants