JEKYLL

JEKYLL

JEKYLL is MAGIC made visible. DESIGN is the language. JEKYLL is the compiler.

JEKYLL

JEKYLL

BLOGS
Learn more →
BOOKS
Learn more →
DECKS
Learn more →
PAPERS
Learn more →
ARCHITECTURE

Architecture

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

CONTENT SCOPES

Content Scopes

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)

LAYOUT HIERARCHY

Layout Hierarchy

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*
TALK AUTO