mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Remove the FILES_TO_COPY setting
We no longer instantiate the Static object in the StaticGenerator, so we can't set the save_as argument anymore. If you want to adjust the output path, use the upcoming EXTRA_PATH_METADATA setting.
This commit is contained in:
parent
1bc5b100ec
commit
1ca0e06a27
3 changed files with 0 additions and 17 deletions
|
|
@ -68,9 +68,6 @@ Setting name (default value) What doe
|
|||
generating new files. This can be useful in preventing older,
|
||||
unnecessary files from persisting in your output. However, **this is
|
||||
a destructive setting and should be handled with extreme care.**
|
||||
`FILES_TO_COPY` (``()``) A list of files (or directories) to copy from the source (inside the
|
||||
content directory) to the destination (inside the output directory).
|
||||
For example: ``(('extra/robots.txt', 'robots.txt'),)``.
|
||||
`JINJA_EXTENSIONS` (``[]``) A list of any Jinja2 extensions you want to use.
|
||||
`JINJA_FILTERS` (``{}``) A list of custom Jinja2 filters you want to use.
|
||||
The dictionary should map the filtername to the filter function.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue