Built-in site templates

A site's default_template (or a page's template) names one of four built-in projections. The first three render HTML/PDF/Markdown with wcl wdoc build; :ai_skill is a Markdown-only target rendered with wcl wdoc skill.

TemplateWhat it producesRender command
:webpageA Hugo-style site: header, sticky top navbar from menu, reading columnwcl wdoc build
:bookAn mdBook-style book: fixed left sidebar with nested toc chapters, reading columnwcl wdoc build
:presentationA reveal.js-style slide deck laid out by a deck block, navigated by keyboardwcl wdoc build
:ai_skillA Claude skill folder: SKILL.md plus references/, scripts/, assets/wcl wdoc skill

Related

- Sites and Templates

- Skill folders