siezi/phile-index-paginate

Paginate Folder Plugin for PhileCMS

2.0.3 2018-01-24 08:19 UTC

This package is auto-updated.

Last update: 2024-03-29 02:42:02 UTC


README

Output all files in a folder on multiple pages with navigation between pages.

Project Home

1.1 Installation (composer)

php composer.phar require siezi/phile-index-paginate:*

1.2 Installation (Download)

  • Install Phile
  • Put this plugin into plugins/siezi/phileIndexPaginate

2. Activation

After you have installed the plugin. You need to add the following line to your config.php file:

$config['plugins']['siezi\\phileIndexPaginate'] = ['active' => true];

3. Start

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.

4. Config

See config.php.