mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
fixed the writings of two variable names in the settings table
This commit is contained in:
parent
c9f9f4e500
commit
b602e3799d
1 changed files with 2 additions and 2 deletions
|
|
@ -54,7 +54,7 @@ Setting name (default value) what does it do?
|
||||||
are `rst` and `md`.
|
are `rst` and `md`.
|
||||||
`OUTPUT_PATH` (``'output/'``) Where to output the generated files.
|
`OUTPUT_PATH` (``'output/'``) Where to output the generated files.
|
||||||
`PATH` (``None``) path to look at for input files.
|
`PATH` (``None``) path to look at for input files.
|
||||||
`PDF_PROCESSOR` (``False``) Set to True if you want to have PDF versions
|
`PDF_GENERATOR` (``False``) Set to True if you want to have PDF versions
|
||||||
of your documents. You will need to install
|
of your documents. You will need to install
|
||||||
`rst2pdf`.
|
`rst2pdf`.
|
||||||
`RELATIVE_URL` (``True``) Defines if pelican should use relative urls or
|
`RELATIVE_URL` (``True``) Defines if pelican should use relative urls or
|
||||||
|
|
@ -80,7 +80,7 @@ Setting name (default value) what does it do?
|
||||||
(``['images']``) on the output path "static". By default,
|
(``['images']``) on the output path "static". By default,
|
||||||
pelican will copy the 'images' folder to the
|
pelican will copy the 'images' folder to the
|
||||||
output folder.
|
output folder.
|
||||||
`STATIC_THEME_PATHS` (``['static']``) Static theme paths you want to copy. Default
|
`THEME_STATIC_PATHS` (``['static']``) Static theme paths you want to copy. Default
|
||||||
values is `static`, but if your theme have
|
values is `static`, but if your theme have
|
||||||
others static paths, you can put them here.
|
others static paths, you can put them here.
|
||||||
`TAG_CLOUD_STEPS` (4) Count of different font sizes in the tag
|
`TAG_CLOUD_STEPS` (4) Count of different font sizes in the tag
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue