Docs

Content and config

Layout

Content/ ├── config.yaml ├── Home.md ├── About.md ├── Assets/ │ └── lefolio_logo.png └── Docs/ ├── Docs.md # section index └── Getting-started.md

Essential config

KeyPurpose
site.url / site.basePathCanonical URL and GitHub Pages subpath
templateshowcase or academic
themePreset + mode + optional overrides
homeMarkdown file for /
navigationTop nav labels and targets
author.avatarLogo or portrait (showcase uses this in the header and hero)

Markdown features

Wikilinks, image embeds (`

[Missing embed: …]

`), math, Mermaid, and Plotly are processed at sync time. See the Guide in the academic demo content for full examples.