Super-Simple Includes

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:

  1. Pages (processing = "page") - HTML templates with token resolution
  2. Blocks (processing = "include", type = "html") - Reusable HTML components
  3. Texts (processing = "include", type = "plain") - Inline text content
  4. Content (processing = "include", type = "html") - Rich HTML includes
  5. 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