JEKYLL is MAGIC made visible. DESIGN is the language. JEKYLL is the compiler.
Source: .md files (front matter + content)
Compiler: Jekyll via GitHub Pages (legacy build)
Theme: remote_theme: canonic-canonic/DESIGN
Output: Static HTML + CSS + JS served at {org}.github.io
BLOGS/ → Posts (_posts/*.md → layout: post)
PAPERS/ → Academic papers (PAPERS/*.md → layout: paper)
BOOKS/ → Long-form (BOOKS/*.md → layout: book)
DECKS/ → Slide decks (DECKS/{name}/ → layout: deck)
BASE (TALK overlay — shared primitive)
├── BLOG (post chrome + TALK)
│ └── PAPER (+ TOC, appendices, PDF/LaTeX)
│ └── BOOK (+ PARTS, CHAPTERS)
└── DECK (slides, controls, timer, PPT)
See LAYOUTS.md.
| *JEKYLL | SPEC | CANONIC* |