An image of an abstract Hebrew Alef

Ordinal

A boundless engine for structured thought and other pretentiousness

Domain: Development
Division: Code
Modified: 2025-01-30 11:49:56
Worked: 73.5h

Ordinal

Ordinal's Icon

Ordinal's Icon

This page is an early draft. More details about its architecture, features, and implementation will be added over time.

Ordinal is a static site generator. It is written in Python and generates a structured, interlinked wiki from Markdown with little dependencies. The application is optimized for offline use, requires no JavaScript and relying entirely on static assets.

The generator handles wikilinks, backlinks, frontmatter metadata, and template-driven rendering, ensuring that every document is self-contained and properly linked. Markdown files are automatically converted into structured HTML pages, while the directory layout is preserved in the output.

Ordinal enforces link correctness, resolving all internal references at build time. Broken links are automatically detected and resolved, with missing pages generated as placeholders. The system tracks backlinks dynamically, ensuring that referenced pages always display their incoming links.