Release · v1.112.5
Strip failed links from deployed HTML; consolidate…
Strip failed links from deployed HTML; consolidate scripts; load sections from HTML
Details
- strip_failed_links.rb: strip failed external links from _site HTML (source unchanged) - load-section: fetch .html instead of .md for sections (serves stripped content) - local.sh: consolidated build/test/serve; --skip-initial-build to preserve stripped _site - toy proof: consolidated to toy_proof.rb + run_toy.sh; --test for verification - CI: runs strip_failed_links before deploy Made-with: Cursor
Files changed (17)
| .cursorrules | +5 | −8 |
| .github/workflows/deploy.yml | +4 | −22 |
| .gitignore | +4 | −0 |
| README.md | +6 | −19 |
| _layouts/default.html | +2 | −0 |
| _scripts/build_and_test.sh | +0 | −21 |
| _scripts/build_local.sh | +0 | −66 |
| _scripts/build_test_and_serve.sh | +0 | −17 |
| _scripts/local.sh | +108 | −0 |
| _scripts/run_htmlproofer.sh | +0 | −25 |
| _scripts/serve_local.sh | +0 | −45 |
| _scripts/strip_failed_links.rb | +103 | −0 |
| assets/ts/load-section.ts | +11 | −3 |
| test/run_toy.sh | +33 | −0 |
| test/toy-proof.html | +8 | −0 |
| test/toy-proof.md | +14 | −0 |
| test/toy_proof.rb | +109 | −0 |