Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ src/content

# IDE
.vscode
*.log

# Misc
tmp
Expand Down
1 change: 0 additions & 1 deletion .vscode/configurationCache.log

This file was deleted.

132 changes: 0 additions & 132 deletions README.adoc

This file was deleted.

14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,20 @@ Content is authored in AsciiDoc under `content/`:

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

## Content authoring

Content files use AsciiDoc syntax (`.adoc` extension) with YAML frontmatter:

```
---
title: Page Title
---

AsciiDoc content here...
```

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.

## Deployment

Automatically deployed to GitHub Pages on push to `main` via GitHub Actions.
57 changes: 0 additions & 57 deletions TODO.redesign/01-scaffolding.md

This file was deleted.

53 changes: 0 additions & 53 deletions TODO.redesign/02-content-pipeline.md

This file was deleted.

79 changes: 0 additions & 79 deletions TODO.redesign/03-layout-navigation.md

This file was deleted.

Loading
Loading