Configuration Details
This template uses the [[step]] configuration format introduced in SSI's unified config syntax. Each step defines how a directory or file should be processed.
Processing Steps:
- Pages (
processing = "page") - HTML templates with token resolution - Blocks (
processing = "include", type = "html") - Reusable HTML components - Texts (
processing = "include", type = "plain") - Inline text content - Content (
processing = "include", type = "html") - Rich HTML includes - DateTime (
processing = "include", type = "datetime") - Built-in datetime source
Features at a Glance
| Feature | Implementation |
|---|---|
| Page Processing | 📄 pages/ |
| HTML Components | 📎 blocks/ |
| Text Includes | 📜 texts/ |
| HTML Content | 📰 content/ |
| Datetime Source | 🕒 built-in |
| Page-Specific | Directory structure |
Configuration Example
[[step]]
emoji = "📎"
path = "blocks/"
processing = "include"
type = "html"
Learn More
- Examples 1-14: Step-by-step learning progression
- This Template: Use as starting point for your projects
- Configuration: See
ssi-config.tomlfor complete setup - Page-Specific Content: Notice how
content/index/,content/about/, andcontent/details/provide different content for each page