tentapress/static-deploy

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/tentapress/static-deploy

v0.1.2 2026-01-29 13:28 UTC

This package is auto-updated.

Last update: 2026-02-05 20:09:46 UTC


README

Static site generation for TentaPress.

Plugin Details

Field Value
ID tentapress/static-deploy
Version 0.1.2
Provider TentaPress\StaticDeploy\StaticDeployServiceProvider

Features

  • 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

Dependencies

None.

Admin Menu

Label Route Capability Position Parent
Static Deploy tp.static.index deploy_static 100 Settings

Output

The generated ZIP contains:

  • Pre-rendered HTML files
  • Theme assets
  • sitemap.xml
  • robots.txt
  • 404.html

Development

php artisan tp:plugins sync
php artisan tp:plugins enable tentapress/static-deploy

Note: This is an optional plugin. Not enabled by default.