fvsch / kirby-staticbuilder

Static HTML exporter for Kirby CMS (v2 only)
MIT License
112 stars 8 forks source link

Added two features: zip download and better relative urls #32

Closed tobiasfabian closed 6 years ago

tobiasfabian commented 7 years ago

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');