Deploy
WordPress on your computer, HTML on any host that can serve files.
This series is for the second way to use Tivlo SSG: WordPress stays on
your computer (or private staging). You export HTML and put
wp-content/tivlo-static/ on any host that can serve files. Tivlo has
no built-in Netlify, Vercel, or WP-CLI deploy button. You copy a folder.
Old-school. Reliable.
Set Public Base URL to the public site before Full Rebuild so links
in the HTML point at that origin — not localhost, which the internet
cannot visit (and should not). CloudFront cannot use localhost as an
origin either. If WordPress is offline for visitors, media and CSS/JS
need S3 + CloudFront (CDN Scenario 2).
Local WordPress, static hosting
Public Base URL, Full Rebuild, upload tivlo-static/ to a static host.
Media and CSS on S3
Rewrite URLs, sync the library (and CSS/JS), then rebuild HTML.
Written version
User Guide: Public Base URL and CDN: Static + S3.
How is this guide?