index_page 0.1.0
index_page: ^0.1.0 copied to clipboard
Transformer which outputs a simple index.html file in all folders under web when one is not already present.
index_page #
A transformer which outputs an index.html file in each folder that doesn't already have one. This file simply lists all the files/folder under that directory. By default it will only run in debug mode.
Example usage which will only output links to html files in the web directory:
transformers:
- index_page:
$include: web/**.html
Features and bugs #
Please file feature requests and bugs at the issue tracker.