summaryrefslogtreecommitdiff
path: root/pelican/settings.py
Commit message (Expand)AuthorAgeFilesLines
* Add settings for custom Jinja globals and tests (#2715)Justin Mayer2020-04-121-0/+2
* Added support for the summary end marker configuration(GalaxyMaster)2020-04-111-0/+1
* Namespace plugin implementationDeniz Turgut2019-12-011-1/+1
* Further remove python2-ismsDeniz Turgut2019-11-261-13/+6
* Initial pass of removing Python 2 supportKevin Yap2019-11-261-8/+5
* Merge pull request #2630 from andreagrandi/fix-default-bind-addressJustin Mayer2019-10-051-1/+1
|\
| * Set default binding addres to 127.0.0.1Andrea Grandi2019-10-051-1/+1
* | place all deprecated settings handling togetherOliver Urs Lenz2019-10-041-0/+61
|/
* Fix pelican.settings.load_source to avoid caching issuesLucas Cimon2019-09-231-3/+7
* Fix linting issuesJohn Franey2019-02-061-5/+5
* Replace %s rather than fallback to defaultsAndrew Jorgensen2018-11-111-6/+34
* Merge pull request #2439 from mosra/settings-paginated-templates-deprecation-fixJustin Mayer2018-11-111-0/+5
|\
| * settings: set backward-compatible PAGINATED_TEMPLATES if not present.Deniz Turgut2018-11-111-0/+5
* | Fix PyCodeStyle violationsJustin Mayer2018-11-111-2/+2
* | fix indentMinchinWeb2018-11-031-18/+18
|/
* Convert FEED settings from `%s` to `{slug}` redux (#2432)MinchinWeb2018-11-031-4/+24
* control scope of identification of translations with new settingsOliver Urs Lenz2018-11-011-0/+2
* tweak paginator to accomodate {slug}.html patternsOliver Urs Lenz2018-11-011-1/+2
* control slug substitutions from settings with regexOliver Urs Lenz2018-10-311-104/+182
* control pagination per templateOliver Urs Lenz2018-07-121-1/+12
* Merge pull request #2371 from oulenz/draft_pagesJustin Mayer2018-07-041-0/+5
|\
| * allows pages to have draft status, like articlesOliver Urs Lenz2018-07-031-0/+5
* | Remove develop_server.sh in favour of pelican serving static files itselfJohannes 'josch' Schauer2018-06-221-0/+2
|/
* Merge pull request #2072 from drounin/overrides_ref2021+merge_updateJustin Mayer2018-03-051-2/+16
|\
| * Add THEME_TEMPLATE_OVERRIDES. Refs 2021Pedro H2017-10-101-2/+16
* | Merge pull request #2235 from mosra/paginator-pattern-urlJustin Mayer2018-02-101-0/+3
|\ \
| * | Allow to use page URL in pagination pattern.Vladimír Vondruš2018-02-101-0/+3
| |/
* | made template extensions configurableDan Bate2017-10-241-0/+1
|/
* Drop unsupported Python 3.3Hugo2017-10-021-2/+2
* Consolidate validation of content (#2128)winlu2017-07-241-1/+0
* Merge pull request #1982 from adeverteuil/feature_check_static_modifiedJustin Mayer2017-06-221-0/+2
|\
| * Add two STATIC_ settings. Fix #1982Alexandre de Verteuil2016-12-301-0/+2
* | Fix warnings originating from bad regexesderwinlu2017-03-271-1/+1
|/
* Merge pull request #2051 from Totktonada/feature/rss_full_content_optJustin Mayer2016-12-031-0/+1
|\
| * Add option to include full content into RSS feedsAlexander Turenko2016-11-201-0/+1
* | Allow setting Jinja environment arguments from settingsRyan M2016-12-031-2/+28
|/
* Set the Markdown output format to html5 by defaultBernhard Scheirle2016-11-021-0/+1
* Replaces MD_EXTENSIONS with MARKDOWNBernhard Scheirle2016-11-021-11/+11
* Clarify error message when LOCALE cannot be setJustin Mayer2016-10-221-1/+3
* fixing issue with one-element tupleTomasz Magulski2016-05-041-1/+1
* Avoid Markdown 2.6 deprecations; make MD_EXTENSIONS a dictKernc2015-11-301-1/+13
* Add index and author replacement indicatorsOnur Aslan2015-09-191-0/+1
* fulfil pep8 standardderwinlu2015-08-171-38/+50
* Fix #1647: Fix ARTICLE_ORDER_BY and add the ability to reverse orderDeniz Turgut2015-06-121-1/+1
* set default for caching to falsederwinlu2015-06-081-3/+2
* remove tag_cloud from corewinlu2015-04-201-2/+0
* Format custom metadata fields listed in the FORMATTED_FIELDS setting.Patrick Fournier2015-02-241-0/+1
* Merge pull request #1581 from georgevreilly/win-fixesJustin Mayer2015-02-171-12/+13
|\
| * Fix Pelican rendering and unit tests on Windows.George V. Reilly2015-01-251-12/+13
* | Merge pull request #1593 from iKevinY/clarify-setting-typesJustin Mayer2015-02-171-4/+4
|\ \