mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add documentation about the RELATIVE_URLS setting. Thanks to Günter Kolousek.
This commit is contained in:
parent
a65cfe6237
commit
34d88bb13c
2 changed files with 7 additions and 1 deletions
1
THANKS
1
THANKS
|
|
@ -14,3 +14,4 @@ bugs or giving ideas. Thanks to them !
|
|||
- Laureline Guérin
|
||||
- Samuel Martin
|
||||
- Marcus Fredriksson
|
||||
- Günter Kolousek
|
||||
|
|
|
|||
|
|
@ -63,11 +63,16 @@ Setting name what it does ?
|
|||
`PATH` path to look at for input files.
|
||||
`PDF_PROCESSOR` Put True if you want to have PDF versions of your
|
||||
documents. You will need to install `rst2pdf`.
|
||||
`RELATIVE_URL` Defines if pelican should use relative urls or not.
|
||||
It is set to True per default.
|
||||
`REVERSE_ARCHIVE_ORDER` Reverse the archives order. (True makes it in
|
||||
descending order: the newer first)
|
||||
`REVERSE_CATEGORY_ORDER` Reverse the category order. (True makes it in
|
||||
descending order, default is alphabetically)
|
||||
`SITEURL` base URL of your website.
|
||||
`SITEURL` base URL of your website. Note that this is not
|
||||
a way to tell pelican to use relative urls or
|
||||
static ones. You should rather use the `RELATIVE_URL`
|
||||
setting for such use.
|
||||
`SITENAME` Your site name,
|
||||
`SKRIBIT_TYPE` The type of skribit widget (TAB or WIDGET).
|
||||
`SKRIBIT_TAB_COLOR` Tab color (#XXXXXX, default #333333).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue