summaryrefslogtreecommitdiff
path: root/pelican
Commit message (Expand)AuthorAgeFilesLines
...
* | | Rename CLI flag syntax for settings override featureJustin Mayer2020-08-111-8/+6
* | | Override settings from the command linePeter Sabaini2020-08-113-3/+64
|/ /
* | Fixups post-reviewLucas Cimon2020-06-091-1/+3
* | Invoke template : avoiding to spawn unnecessary process + passing-through CLI...Lucas Cimon2020-06-091-5/+10
* | Force root logger to be of FatalLogger classKernc2020-06-051-0/+2
|/
* Build settings paths as stringsJustin Mayer2020-05-181-16/+14
* fix linting errorsDeniz Turgut2020-05-123-11/+11
* Merge pull request #2753 from avaris/log-dictJustin Mayer2020-05-103-43/+108
|\
| * Fix dictionary logging in formatterDeniz Turgut2020-05-093-3/+63
| * use context manager for log testingDeniz Turgut2020-05-091-40/+45
* | Merge pull request #2750 from avaris/autoreloadJustin Mayer2020-05-103-184/+273
|\ \
| * | Refactor file/folder watchers and autoreloadDeniz Turgut2020-05-093-184/+273
| |/
* | Fix Windows testsDeniz Turgut2020-05-0910-41/+58
* | Cleanup test environment and requirementsDeniz Turgut2020-05-094-47/+5
|/
* Set "modified:" from "date:" when the latter was set from the filesystem (#2748)(GalaxyMaster)2020-05-037-0/+113
* Flake8 fixJustin Mayer2020-04-301-1/+1
* Ensure path & output path comparisons are absoluteJustin Mayer2020-04-301-2/+3
* Expose first and last page of pagination (#2618)Joachim Lusiardi2020-04-3013-12/+32
* Allow setting host in Invoke serve & livereload tasksJustin Mayer2020-04-301-6/+7
* Fix error strings whitespaceKernc2020-04-292-5/+5
* Modernize code base to Python 3+ syntaxremove-legacyJustin Mayer2020-04-2733-163/+103
* Remove duplicate tests in test_contentsDeniz Turgut2020-04-211-14/+16
* Merge pull request #2731 from avaris/unicode-slugifyJustin Mayer2020-04-216-34/+122
|\
| * Expose preserve_case option from slugifyDeniz Turgut2020-04-214-12/+36
| * Expose use_unicode setting of slugify in settings and use itDeniz Turgut2020-04-194-18/+35
| * Rewrite pelican.utils.slugify to use unicode and add testsDeniz Turgut2020-04-192-16/+63
* | Fix Python 2/3 cache pickle format incompatibilityJustin Mayer2020-04-201-1/+1
* | Fix anchor link to TIMEZONE settings documentationJustin Mayer2020-04-201-1/+1
* | Merge pull request #2593 from sharmaeklavya2/relative-static-pathsJustin Mayer2020-04-181-2/+1
|\ \ | |/ |/|
| * Only use relative paths in StaticGeneratorEklavya Sharma2019-07-091-2/+1
* | Fix legacy plugin loadingDeniz Turgut2020-04-173-1/+21
* | Add Typogrify/SmartyPants dashes config parameter (#2615)fancsali2020-04-166-0/+90
* | Merge pull request #2727 from avaris/cleanup-after-testsJustin Mayer2020-04-161-0/+1
|\ \
| * | Reset global state set by tests in test_pelicanDeniz Turgut2020-04-161-0/+1
* | | Remove Piwik from theme and settings docsJustin Mayer2020-04-161-19/+0
* | | Flake8 fixJustin Mayer2020-04-161-0/+1
* | | Fix building asciidoc headers in importer & add docsJustin Mayer2020-04-161-3/+2
* | | PELICAN: pelican_import.py: add support for pelican-import -m asciidocTim Janik2020-04-161-2/+30
* | | Merge pull request #2724 from getpelican/theme-metadataJustin Mayer2020-04-1644-0/+51
|\ \ \
| * | | Update test output with "description" metadata tagtheme-metadataJustin Mayer2020-04-1542-0/+42
| * | | Put summary in notmyidea "description" HTML metadataJustin Mayer2020-04-152-0/+9
* | | | Preserve category case in importerJustin Mayer2020-04-154-7/+16
* | | | Fix output directory deletion logicfix-delete-output-logicJustin Mayer2020-04-151-4/+5
|/ / /
* | | Add a draft without date for #2488Deniz Turgut2020-04-143-0/+260
* | | Account for existing namespace plugins in plugin testsDeniz Turgut2020-04-141-17/+20
|/ /
* | Reduce warnings and errors in sample contentJustin Mayer2020-04-1424-35/+123
* | Add HTML meta generator tag to functional test outputJustin Mayer2020-04-14102-0/+102
* | Add HTML meta generator tag to theme base templatesJustin Mayer2020-04-142-0/+2
* | Set timezone when assigning max datetime to draftsdraft-tzJustin Mayer2020-04-142-2/+3
* | Quote Makefile paths so it handles spacesBoian Berberov2020-04-131-16/+16