Output all files in a folder on multiple pages with navigation between pages.
php composer.phar require siezi/phile-index-paginate:*
- Install Phile
- Put this plugin into
plugins/siezi/phileIndexPaginate
After you have installed the plugin. You need to add the following line to your config.php
file:
$config['plugins']['siezi\\phileIndexPaginate'] = ['active' => true];
Put (folder-index: current)
on a page (e.g. index.md
). In that place the paginated folder will be displayed.
Use (folder-index: recursive)
to include all subfolder and pages.
See config.php
.