Fixed images not being output
This commit is contained in:
parent
32a4c73685
commit
63db782703
1 changed files with 2 additions and 2 deletions
|
@ -19,11 +19,11 @@ COPYRIGHT_YEAR = datetime.now().year
|
||||||
|
|
||||||
PATH = 'content'
|
PATH = 'content'
|
||||||
PLUGIN_PATHS = ["plugins"]
|
PLUGIN_PATHS = ["plugins"]
|
||||||
STATIC_PATHS = ['extras/custom.css']
|
STATIC_PATHS = ['extras/custom.css','images/']
|
||||||
|
|
||||||
# tell pelican where it should copy that file to in your output folder
|
# tell pelican where it should copy that file to in your output folder
|
||||||
EXTRA_PATH_METADATA = {
|
EXTRA_PATH_METADATA = {
|
||||||
'extras/custom.css': {'path': 'static/custom.css'}
|
'extras/custom.css': {'path': 'static/custom.css'},
|
||||||
}
|
}
|
||||||
|
|
||||||
CUSTOM_CSS = 'static/custom.css'
|
CUSTOM_CSS = 'static/custom.css'
|
||||||
|
|
Loading…
Add table
Reference in a new issue