summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update functional test outputpin-pygmentsJustin Mayer2020-04-12113-116/+116
* Increase Jinja version minimum to 2.11+Justin Mayer2020-04-122-2/+2
* Pin Pygments to 2.6.1Justin Mayer2020-04-123-2/+2
* Ensure consistent title spacing in notmyidea themeJustin Mayer2020-04-121-1/+1
* Pin pytest in pyproject alsoJustin Mayer2020-04-121-1/+1
* Add poetry.lock to list of files for Git to ignoreJustin Mayer2020-04-121-0/+1
* Move more test deps from CI config to requirementsJustin Mayer2020-04-122-2/+1
* Pin pytest until 5.4.x series has stabilizedJustin Mayer2020-04-121-1/+1
* Merge pull request #2714 from getpelican/skip-md-metadata-parseJustin Mayer2020-04-124-0/+24
|\
| * Skip MD metadata parsing in latest Python-Markdownskip-md-metadata-parseJustin Mayer2020-04-121-1/+1
| * Skip Markdown metadata parsing within metadataAnnika Backstrom2020-04-124-0/+24
|/
* Remove CSS references to the non-existent digg.png iconKurt McKee2020-04-124-4/+0
* Remove poetry.lock fileJustin Mayer2020-04-121-438/+0
* Merge pull request #2643 from mxjeff/simple-theme-missing-striptagsJustin Mayer2020-04-122-2/+2
|\
| * Fixed simple theme, add missing striptags filterkaliko2019-10-252-2/+2
* | Merge pull request #2666 from xuhdev/doc/themesJustin Mayer2020-04-122-2/+4
|\ \
| * | Add cross links between theme settings and pelican-themesHong Xu2019-12-252-2/+4
* | | Merge pull request #2660 from kurtmckee/fix-pagination-docs-typoJustin Mayer2020-04-121-1/+1
|\ \ \
| * | | Fix a typo in the pagination settings docsKurt McKee2019-12-051-1/+1
| |/ /
* | | Merge pull request #2711 from galaxy4public/summary-end-markerJustin Mayer2020-04-124-1/+22
|\ \ \
| * | | Added an additional assert as requested(GalaxyMaster)2020-04-121-0/+1
| * | | Added a test for the emd marker(GalaxyMaster)2020-04-111-0/+13
| * | | Provided the settings documentation snippet(GalaxyMaster)2020-04-111-0/+5
| * | | Added support for the summary end marker configuration(GalaxyMaster)2020-04-112-1/+3
* | | | Update documentation copyright & attribution infoJustin Mayer2020-04-121-3/+3
|/ / /
* | | Merge pull request #2706 from nikolausschueler/makefixJustin Mayer2020-03-251-6/+9
|\ \ \
| * | | Handle case of missing port in target "serve-global"Nik2020-03-141-6/+9
* | | | Merge pull request #2705 from nikolausschueler/encodingfixJustin Mayer2020-03-251-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Make encoding a named parameterNik2020-03-131-4/+4
|/ / /
* | | Docs: Add info about pelican-quickstart command path flag. (#2675)Carlos Pereira Atencio2020-02-262-1/+8
* | | Improve UI when `pelican --listen` web server is quit (#2684)Justin Mayer2020-01-201-1/+6
|\ \ \
| * | | Exit web server gracefully when user taps CTRL-CJustin Mayer2020-01-191-0/+4
| * | | Tell users they can use CTRL-C to stop web serverJustin Mayer2020-01-191-1/+2
|/ / /
* | | Docs: Ensure plugin developers create new branchJustin Mayer2019-12-281-0/+4
* | | Document mirroring content & output path hierarchiesJustin Mayer2019-12-281-1/+9
* | | Move Python datetime note further down Settings docsJustin Mayer2019-12-281-9/+9
* | | Update Python documentation links to Python 3Justin Mayer2019-12-282-3/+3
* | | Remove duplicate datetime URL in Settings docsJustin Mayer2019-12-281-3/+1
|/ /
* | Merge pull request #2644 from avaris/namespaceJustin Mayer2019-12-0115-44/+326
|\ \
| * | Update namespace docs to address reviewDeniz Turgut2019-12-011-10/+11
| * | Documentation update for namespace pluginsDeniz Turgut2019-12-012-11/+54
| * | Remove py2-isms and avoid sys.path hacksDeniz Turgut2019-12-011-12/+20
| * | remove pelican.signals in favor of pelican.plugins.signalsDeniz Turgut2019-12-017-13/+9
| * | Namespace plugin implementationDeniz Turgut2019-12-019-73/+307
|/ /
* | Merge pull request #2649 from iKevinY/py2-sunsetJustin Mayer2019-11-2645-627/+203
|\ \
| * | Convert super() calls to py3 styleDeniz Turgut2019-11-2611-56/+38
| * | Update docutils and remove docutils workaroundDeniz Turgut2019-11-264-20/+8
| * | Further remove python2-ismsDeniz Turgut2019-11-2611-91/+35
| * | Initial pass of removing Python 2 supportKevin Yap2019-11-2643-459/+126
| * | Remove Python 2.7 support from settingsPaolo Melchiorre2019-11-055-8/+3
| |/