zola-basic-starter-template
A minimal Zola theme to serve as a starter or template
with clear, concise, and self-contained demonstrations of core functionality
Focused on idiomatic usage of core Zola features and Tera template primitives,
this theme utilizes only the standard Zola templates:
index.html, section.html, page.html, taxonomy_list.html, and taxonomy_single.html.
Currently supports or demonstrates:
- Menu nav bar and breadcrumb navigation
- Menu nav sections set through
[extra]metadata inconfig.toml - Content sections and pages with arbitrary nesting
- Zero-config navigation through arbitrary content section structure
- Taxonomy list and single-term pages
- Minimal static CSS stylesheet
To Do:
- Table of Contents
- Share code between index & section templates
- Pagination support
Not Planned:
- SCSS
- Search
Created by Franco Posa (franco @ francoposa.io)