Lektor Plugin to Render Files based on templates
Find a file
2023-03-08 02:29:24 +01:00
.gitignore initialize git repo 2023-02-05 01:10:09 +01:00
lektor_render_template.py update filters 2023-03-08 02:29:24 +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 pylinting setup.py 2023-03-07 22:17:14 +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.