Rewrite /content URLs
If files are copied (c::set('staticbuilder.withfiles', true)) links no longer refer to /content but to the parent’s target directory.
<img src="content/1-my/3-page/image.jpg"> -> <img src="my/page/image.jpg">
Create zip file
Option for creating a zip file.
c::set('staticbuilder.zipfile', 'archive.zip');
Rewrite /content URLs If files are copied (
c::set('staticbuilder.withfiles', true)
) links no longer refer to /content but to the parent’s target directory.<img src="content/1-my/3-page/image.jpg">
-><img src="my/page/image.jpg">
Create zip file Option for creating a zip file.
c::set('staticbuilder.zipfile', 'archive.zip');