Lektor Plugin to Render Files based on templates
Find a file
2023-03-04 05:18:15 +01:00
.gitignore initialize git repo 2023-02-05 01:10:09 +01:00
lektor_render_template.py added defined output and improved rendering 2023-03-04 05:18:15 +01:00
LICENSE initialize git repo 2023-02-05 01:10:09 +01:00
README.md Create basic lektor plugin 2023-03-04 03:17:09 +01:00
setup.py added defined output and improved rendering 2023-03-04 05:18:15 +01:00

lektor_render_template

Here will be a lektor plugin that generates files based on templates of your lektor project with filters as input string.

Open Issues:

  • Currently the plugin does not support any config variable.
  • Currently the plugin generates the files in the assets dir.