mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
added THEME_STATIC_DIR setting
The theme static output directory path is now customisable via settings. i.e. you can now use 'assets' instead of 'theme'.
This commit is contained in:
parent
51dc02f298
commit
89034f8b3f
4 changed files with 7 additions and 2 deletions
|
|
@ -547,6 +547,9 @@ Setting name (default value) What does it do?
|
|||
or absolute path to a theme folder, or the name of a
|
||||
default theme or a theme installed via
|
||||
``pelican-themes`` (see below).
|
||||
`THEME_STATIC_DIR` (``'theme'``) Destination directory in the output path where
|
||||
Pelican will place the files collected from
|
||||
`THEME_STATIC_PATHS`. Default is `theme`.
|
||||
`THEME_STATIC_PATHS` (``['static']``) Static theme paths you want to copy. Default
|
||||
value is `static`, but if your theme has
|
||||
other static paths, you can put them here.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue