Fundamentals
This section explains how the theme works so you can use it confidently and extend it when you need to.
- Project structure - what the theme ships and where each piece lives.
- Page generators - how pages are declared and wired to templates.
- Site settings - every setting the theme reads from
data/site.yaml. - Search and LLM output - client-side search, Markdown actions, and
llms.txtfiles. - Customization - colors, fonts, icons, dark mode, and overriding the theme.
- Functions and filters - the template helpers worth using in your own components.
You don't need to read all of these before writing content. Start with the ones that match your task, and come back when you want to dig deeper.