chore: full repo cleanup — remove Jekyll remnants, duplicates, and dead code#50
Merged
Conversation
…ad code
- Remove old Jekyll README.adoc (content migrated to README.md)
- Remove completed TODO.redesign/ planning docs
- Remove duplicate BNF files (bnf/, content/bnf/) — kept only public/bnf/
- Remove Jekyll-era .vscode log files and settings
- Remove unreachable src/pages/references.vue (route redirects to /standards)
- Remove unused content/pages/{references,language}.adoc sources
- Remove 9 unreferenced logo variants from public/logos/
- Remove unreferenced favicon-16x16.png and favicon.png
- Remove vite-plugin-sitemap (incompatible with vite-ssg, custom script works)
- Add *.log to .gitignore
- Remove /references from sitemap route list in vite.config.ts
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
Full cleanup pass removing all old remnants from the Jekyll-to-Vue migration and accumulated dead code.
Deleted (43 files, -3358 lines)
Old Jekyll artifacts:
README.adoc— Jekyll-era README (content migrated toREADME.md)TODO.redesign/— 8 completed redesign planning docs.vscode/{configurationCache.log,dryrun.log,targets.log,settings.json}— Jekyll build artifactsTriple-duplicated BNF files (identical in 3 locations):
bnf/— top-level duplicate from Jekyll eracontent/bnf/— not processed by build pipelinepublic/bnf/(served as static assets)Unreachable/dead code:
src/pages/references.vue— route redirects to/standards, component never renderedcontent/pages/{references,language}.adoc— unused content sources with no routesOrphaned assets:
public/logos/logo-lang-*.svg,public/logos/logo-long-*.svg)public/favicon-16x16.png,public/favicon.png— not referenced in index.html or site.webmanifestUnused dependency:
vite-plugin-sitemap— incompatible with vite-ssg (runs before SSG renders pages); customscripts/generate-sitemap.tsretainedModified
README.md— added AsciiDoc authoring guidance from old README.adoc.gitignore— added*.logpatternvite.config.ts— removed dead/referencesfrom sitemap routespackage.json/package-lock.json— removed unused depVerification
npm run buildsucceeds