Skip to content

Commit eaf0dd0

Browse files
committed
chore: full repo cleanup — remove Jekyll remnants, duplicates, and dead 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
1 parent 33afb92 commit eaf0dd0

43 files changed

Lines changed: 17 additions & 3358 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ src/content
1111

1212
# IDE
1313
.vscode
14+
*.log
1415

1516
# Misc
1617
tmp

.vscode/configurationCache.log

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.adoc

Lines changed: 0 additions & 132 deletions
This file was deleted.

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,20 @@ Content is authored in AsciiDoc under `content/`:
2222

2323
The build pipeline converts `.adoc` files to JSON via `scripts/build-content.ts`, then ViteSSG generates static HTML.
2424

25+
## Content authoring
26+
27+
Content files use AsciiDoc syntax (`.adoc` extension) with YAML frontmatter:
28+
29+
```
30+
---
31+
title: Page Title
32+
---
33+
34+
AsciiDoc content here...
35+
```
36+
37+
See the [AsciiDoc syntax quick reference](https://docs.asciidoctor.org/asciidoc/latest/syntax-quick-reference/) for markup details. After the frontmatter block, normal AsciiDoc content begins.
38+
2539
## Deployment
2640

2741
Automatically deployed to GitHub Pages on push to `main` via GitHub Actions.

TODO.redesign/01-scaffolding.md

Lines changed: 0 additions & 57 deletions
This file was deleted.

TODO.redesign/02-content-pipeline.md

Lines changed: 0 additions & 53 deletions
This file was deleted.

TODO.redesign/03-layout-navigation.md

Lines changed: 0 additions & 79 deletions
This file was deleted.

0 commit comments

Comments
 (0)