docs(pages): dark theme (midnight) + drop the "Home" landing title#119
Merged
Conversation
Two requested tweaks to the GitHub Pages site:
- Dark mode: switch the Jekyll theme from jekyll-theme-cayman (light) to
jekyll-theme-midnight, a dark, GitHub-Pages-supported theme so it still
works with the legacy /docs branch build (no remote_theme needed). The
page content is unchanged; only the theme's colors/layout differ.
- Landing title: the browser tab read "Home | relay-shell" because
index.md's front matter set `title: Home`. Set it to `Documentation`
instead, so jekyll-seo-tag renders `Documentation | relay-shell`.
(Using `relay-shell` would collide with the site title and make seo-tag
append the full site description to the tab, hence a distinct label.)
Docs-only; no Python or Liquid changes (the runbook raw-guard from the
prior fix is untouched, and re-scanning docs/ finds no unguarded
`{{`/`{%`). The dark rendering and tab title verify on the live site once
this merges and the Pages build redeploys.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01UyCRhjk4M9W1i7XP4VyiHN
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.
Two requested tweaks to the GitHub Pages docs site (https://rmednitzer.github.io/relay-shell/).
1. Dark mode
Switches the Jekyll theme from
jekyll-theme-cayman(light) tojekyll-theme-midnight— a dark theme that is part of the GitHub-Pages-supported set, so it keeps working with the legacy/docs-branch build (noremote_themeplumbing). Page content is unchanged; only the theme colors/layout differ.2. Landing tab no longer says "Home"
The browser tab read
Home | relay-shellbecausedocs/index.mdfront matter settitle: Home. Changed it totitle: Documentation, sojekyll-seo-tagrendersDocumentation | relay-shell.(Setting it to
relay-shellwould equal the site title, which makes seo-tag fall through and append the entire site description to the tab — hence a distinct, short label.)Notes
{% raw %}guard from fix(pages): guard runbook Liquid tokens so the Jekyll build succeeds #118 is untouched, and re-scanningdocs/finds no unguarded{{/{%).🤖 Generated with Claude Code
Generated by Claude Code