Add implementation plan doc for sticky post nav + progress bar - #5508
Closed
HouuYa wants to merge 404 commits into
Closed
Add implementation plan doc for sticky post nav + progress bar#5508HouuYa wants to merge 404 commits into
HouuYa wants to merge 404 commits into
Conversation
Updated the title and added sections for featured series and built with information.
Refactor code structure and enhance README with flowchart
concurrently -> concurrency, so the Astro build workflow validates and runs on GitHub Actions instead of falling back to the legacy Jekyll Pages build. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…ne topic page Standardization now merges into the existing NLF category page, letting new posts use either value under the 기술 표준 front-page topic. Categories index and per-category pages share the same resolveCategory() grouping so counts and pages stay consistent. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…content rendering
Astro's markdown loader treats `layout` in frontmatter as a component import path, so `layout: single` broke Rollup module resolution.
…facts from git This repo forked the minimal-mistakes-jekyll theme repo directly, so it carried the theme's own demo site (docs/), test fixtures (test/), and packaging files (Gemfile, gemspec, Rakefile, CHANGELOG, LICENSE, etc.) alongside the blog content. None of it is read by the Astro build. Also stops tracking dist/ and .astro/, which Actions rebuilds fresh on every deploy — committing them served no purpose and just added churn.
- Remove minimal-mistakes-jekyll theme demo images from public/assets/images/ (mm-*, image-alignment-*, mint-skin-*) — never referenced by any post - Remove root assets/images/, assets/css/, assets/js/ entirely — Astro only serves public/, so this whole tree was dead weight; real images already live under public/assets/images/ - Remove root assets/pdfs/ (duplicate) and public/assets/pdfs/test (stray file) - Remove orphaned root assets/eu_cab_l2_l4_fixed.svg and nb_designation_procedure_flowchart.svg — the live posts already reference working copies under _posts/assets/ - Remove unreferenced NLF module_diagram.html and preview_eu_cab.png Also fixes two embeds that were silently broken on the live site: - A-2 post's <iframe src="assets/EU_module_diagram.html"> used a relative path with no leading slash, which resolves against the post's URL rather than site root, and the target file was never copied into public/ anyway. Moved the file to public/assets/ and changed the src to an absolute path. - The product-safety PDF <embed> already used an absolute path but the file was missing from public/ — moved it there so the embed actually resolves.
Documents the approved design for making the post detail page's back/list nav sticky and adding a scroll-progress indicator beneath it. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
The back/list nav now stays fixed at the top while scrolling, with a coral progress bar beneath it showing read position through the post. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Documents the task breakdown that was executed to add the sticky navigation bar and scroll progress indicator (commit 43d097d). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Author
|
Opened by mistake against the wrong repository, closing immediately — apologies for the noise. |
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
docs/superpowers/plans/2026-08-02-post-sticky-nav-progress.md) that was used to implement the sticky nav + scroll progress bar feature already merged tomasterin commit43d097d3.masteratdocs/superpowers/specs/2026-08-02-post-sticky-nav-progress-design.md.Test plan