You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
guides: remove left sidebar on guide pages, center content, polish chrome
Guide content pages now use a clean, centered reading layout:
- Drop the 320px left sidebar for the whole guides section (baseof.html
conditions the desktop sidebar on type != guides; mobile drawer kept)
- Remove the obsolete /guides/** -> layout: series cascade in hugo.yaml so
collapsed guides route to guides/list.html instead of the old series layout
- New guides/single.html + updated guides/list.html: centered reading column
(max-w-[92ch]) with the TOC taking the remaining width, justify-center so
the pair sits balanced rather than left-heavy
- Render the guide summary as a lead paragraph under the h1 (content-default)
- aside.html: auto-hide the TOC scrollbar until hover (new scrollbar-hover
utility)
- breadcrumbs: use an absolute font-size so they render identically inside
prose (guide pages) and outside it (landing)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments