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
|
|
@ -95,7 +95,6 @@ DEFAULT_CONFIG = {
|
|||
'DEFAULT_METADATA': (),
|
||||
'FILENAME_METADATA': '(?P<date>\d{4}-\d{2}-\d{2}).*',
|
||||
'PATH_METADATA': '',
|
||||
'FILES_TO_COPY': (),
|
||||
'DEFAULT_STATUS': 'published',
|
||||
'ARTICLE_PERMALINK_STRUCTURE': '',
|
||||
'TYPOGRIFY': False,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue