Static site generation for TentaPress.
| Field | Value |
|---|---|
| ID | tentapress/static-deploy |
| Version | 0.1.2 |
| Provider | TentaPress\StaticDeploy\StaticDeployServiceProvider |
- Generate static HTML for all pages and posts
- Include theme assets (CSS/JS)
- Generate sitemap.xml and robots.txt
- Generate 404.html
- Download as ZIP archive
None.
| Label | Route | Capability | Position | Parent |
|---|---|---|---|---|
| Static Deploy | tp.static.index |
deploy_static |
100 | Settings |
The generated ZIP contains:
- Pre-rendered HTML files
- Theme assets
sitemap.xmlrobots.txt404.html
php artisan tp:plugins sync
php artisan tp:plugins enable tentapress/static-deployNote: This is an optional plugin. Not enabled by default.