Generate an HTML file for accepted entries.
Name | Info | Description |
---|---|---|
file | Text | File to be created |
template | Text | Specify a custom Jinja template. Custom templates should be placed in /templates/. Defaults to builtin template (html.template). |
Example:
make_html:
file: ~/thefile.html
Custom templates should (typically) be placed in
~/.flexget/templates
This directory is not created for you. If you are using an alternate config location then you should update the path accordingly.