Template
Reference page showcasing every MDX component available in Tivlo SSG docs.
Use this page as a starting point when authoring documentation. Copy any section into a new page and replace the placeholder content.
Banner
Tivlo SSG 1.0.0 is the initial release — see the changelog.
Zoomable image
Every image is zoomable — click it to enlarge.

Tabs
Search for Tivlo Static Site under Plugins → Add New, then Install Now and Activate.
Steps
Install and activate Tivlo Static Site from the WordPress dashboard.
Open Settings → Tivlo Static Site and review Plugin Settings.
Open the Build Console tab and click Full Rebuild.
Code blocks
Standard fenced blocks get syntax highlighting, a copy button, and an optional title:
add_filter( 'tivlo_ssg_static_dir', function () {
return WP_CONTENT_DIR . '/cache/tivlo-static';
} );The DynamicCodeBlock component renders code passed as props instead of a
fenced block — handy for CMS-managed snippets:
Tivlo_SSG_Generator::enqueue_full_rebuild( false );Accordions
Callouts
Good to know
Exports run in the background — you can keep editing while the queue drains.
Heads up
Saving settings does not update existing static files. Run a Full Rebuild from the Build Console after configuration changes.
Cards
Installation
Install and activate Tivlo Static Site.
Quick Start
What Tivlo SSG is and how static WordPress works.
FAQ
Table
| Option | Default | Description |
|---|---|---|
| Output directory | wp-content/tivlo-static/ | Where exported HTML lands |
| Incremental rebuild | On | Re-export changed routes and related archives |
Video embed
How is this guide?