feat: landing page revamp + spec-driven development blog post#28
Merged
Conversation
- Rewrite templates/index.html with tighter copy and structure - Add skip-link and improved nav a11y in base.html (hide Docs nav during revamp) - Wire journey.js + flip.js for interactive landing elements - Update SCSS design system: flip-card, diagram-zoomable, palette refinements - Wire diagram-zoom.js into blog post layout - Enable bottom_footnotes in config (used by new post) - Add blog post: "Spec-driven development is half the loop" Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
e2ea684 to
c372c9b
Compare
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
templates/index.htmlrewrite, improved nav a11y (skip link,aria-label), Docs nav hidden during section revampdiagram-zoom.jsfor blog diagrams, enablesbottom_footnotesin config (used by the post)journey.js+flip.jsto support landing-page interactions, plus design-system updates across SCSS partialsWIP work (docs revamp, projects cube revamp, additional content sections, draft post) is intentionally left out of this PR — those still depend on unfinished templates and content.
Test plan
zola buildsucceeds locally (21 pages / 13 sections)zola buildpasses on PRgh run list --workflow=deploy.yml)/blog/spec-driven-development-is-half-the-loop/, footnotes render at the bottom of the post🤖 Generated with Claude Code