mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Docs for FILES_TO_COPY setting
This commit is contained in:
parent
0856b72c3c
commit
d38b32abfd
1 changed files with 4 additions and 1 deletions
|
|
@ -46,9 +46,12 @@ Setting name (default value) What doe
|
||||||
If tuple object, it will instead generate the
|
If tuple object, it will instead generate the
|
||||||
default datetime object by passing the tuple to
|
default datetime object by passing the tuple to
|
||||||
the datetime.datetime constructor.
|
the datetime.datetime constructor.
|
||||||
`JINJA_EXTENSIONS` (``[]``) A list of any Jinja2 extensions you want to use.
|
|
||||||
`DELETE_OUTPUT_DIRECTORY` (``False``) Delete the content of the output directory before
|
`DELETE_OUTPUT_DIRECTORY` (``False``) Delete the content of the output directory before
|
||||||
generating new files.
|
generating new files.
|
||||||
|
`FILES_TO_COPY` (``()``) A list of files 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.
|
||||||
`LOCALE` (''[#]_) Change the locale. A list of locales can be provided
|
`LOCALE` (''[#]_) Change the locale. A list of locales can be provided
|
||||||
here or a single string representing one locale.
|
here or a single string representing one locale.
|
||||||
When providing a list, all the locales will be tried
|
When providing a list, all the locales will be tried
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue