| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add Pelican theme repo link to docstheme-docs | Justin Mayer | 2021-10-05 | 2 | -5/+20 |
| | | |||||
| * | Release Pelican 4.7.04.7.0 | botpub | 2021-10-01 | 1 | -0/+12 |
| | | |||||
| * | Prepare release | Justin Mayer | 2021-10-01 | 1 | -12/+0 |
| | | |||||
| * | Tweak changelog | Justin Mayer | 2021-10-01 | 1 | -3/+3 |
| | | |||||
| * | Update changelog | Justin Mayer | 2021-10-01 | 1 | -0/+12 |
| | | |||||
| * | Document how to add a new writer | MinchinWeb | 2021-07-09 | 2 | -5/+32 |
| | | | | | c.f. #2899 | ||||
| * | Fix formatting of Jinja example code. Fixes #2884 (#2886) | Tristan Miller | 2021-07-07 | 1 | -0/+1 |
| | | |||||
| * | Update links to Jinja docs. Fixes #2883 (#2885) | Tristan Miller | 2021-06-12 | 2 | -5/+5 |
| | | |||||
| * | Fix FILENAME_METADATA doc to render correctly | jzc | 2021-05-20 | 1 | -1/+1 |
| | | |||||
| * | Add support for hidden articles | Gio | 2021-05-04 | 2 | -3/+12 |
| | | |||||
| * | Add period_num var for period_archives template | Petr Viktorin | 2021-05-04 | 1 | -0/+2 |
| | | | | | | This makes it easier to create templates that are language-agnostic or need extra processing for the date period. | ||||
| * | Update Pelican feature documentation | Justin Mayer | 2021-04-21 | 1 | -9/+7 |
| | | |||||
| * | Update contributing docs and Poetry repository URL | Justin Mayer | 2021-04-21 | 1 | -4/+4 |
| | | |||||
| * | Release Pelican 4.6.04.6.0 | botpub | 2021-03-23 | 1 | -0/+8 |
| | | |||||
| * | Prepare release | Justin Mayer | 2021-03-23 | 1 | -1/+1 |
| | | |||||
| * | [Docs] Fix link to More Categories plugin | Justin Mayer | 2021-03-19 | 1 | -3/+3 |
| | | |||||
| * | Clarify ARTICLE_ORDER_BY documentation | Justin Mayer | 2021-02-19 | 1 | -4/+5 |
| | | |||||
| * | Change FAQ entry to new Tag Cloud plugin repo | Justin Mayer | 2021-02-18 | 1 | -6/+5 |
| | | |||||
| * | Support last page pattern in PAGINATION_PATTERNS | Tom Adler | 2021-01-13 | 1 | -0/+5 |
| | | |||||
| * | Merge pull request #2836 from namn/patch-1 | Justin Mayer | 2021-01-07 | 1 | -1/+1 |
| |\ | | | | | Fix typo in the FAQ: steamline --> streamline. | ||||
| | * | Fix typo in the FAQ: steamline --> streamline. | Nam Nguyen | 2021-01-03 | 1 | -1/+1 |
| | | | |||||
| * | | Add FAQ re: Atom full-post vs. summary-only feeds | Justin Mayer | 2021-01-06 | 1 | -21/+11 |
| | | | | | | | | | | | Replaces a FAQ about upgrading from a very old version of Pelican, which isn't relevant to most folks at this point. | ||||
| * | | Release Pelican 4.5.44.5.4 | botpub | 2021-01-04 | 1 | -0/+5 |
| |/ | |||||
| * | Release Pelican 4.5.34.5.3 | botpub | 2020-12-01 | 1 | -0/+5 |
| | | |||||
| * | Release Pelican 4.5.24.5.2 | botpub | 2020-11-22 | 1 | -0/+5 |
| | | |||||
| * | Improve docs for plugin code style compliance | Justin Mayer | 2020-11-20 | 1 | -1/+12 |
| | | |||||
| * | Ensure `invoke lint` task & its docs are in sync | Justin Mayer | 2020-11-20 | 1 | -5/+8 |
| | | | | | | | | | | | | Someday the entire Pelican code base will perhaps have Black and isort formatting applied to it, but it doesn't make sense for the linter to check that until it's actually done. This changes the `lint` Invoke task to run Flake8 on changed lines only, which should bring it into line with both the current Pre-commit and CI configurations. Also, the docs erroneously stated that `invoke tests` would also check for code style compliance, which has herein been fixed. | ||||
| * | Update PyPI URLs to new equivalents | Justin Mayer | 2020-11-20 | 1 | -1/+1 |
| | | |||||
| * | pelican-plugins only shows auto-discovered plugins | Justin Mayer | 2020-11-20 | 1 | -2/+2 |
| | | | | | | Document and clarify that only Pip-installed namespace plugins will be shown when running the `pelican-plugins` command. | ||||
| * | Fix changelog entry formatting and issue links | Justin Mayer | 2020-11-02 | 1 | -3/+3 |
| | | |||||
| * | Release Pelican 4.5.14.5.1 | botpub | 2020-11-02 | 1 | -0/+7 |
| | | |||||
| * | Fix SUMMARY_END_SUFFIX variable name in changelog | Justin Mayer | 2020-08-29 | 1 | -1/+1 |
| | | |||||
| * | Prepare to release Pelican 4.5 | Justin Mayer | 2020-08-20 | 1 | -3/+19 |
| | | |||||
| * | Rename setting SUMMARY_END_MARKER → SUMMARY_END_SUFFIX (#2792) | kernc | 2020-08-19 | 1 | -2/+2 |
| | | | | | | Avoids clash with 'summary' plugin. Refs: https://github.com/getpelican/pelican-plugins/pull/1284#issuecomment-660715086 | ||||
| * | Minor improvements to installation docs | Justin Mayer | 2020-08-17 | 1 | -9/+5 |
| | | |||||
| * | Remove outdated references to Python 2.7 in docs | Justin Mayer | 2020-08-17 | 2 | -5/+3 |
| | | |||||
| * | Prefix Pip commands with `python -m` in docs | Justin Mayer | 2020-08-17 | 6 | -15/+15 |
| | | | | | | | This ensures Pip commands will be executed for the current Python interpreter and not, say, whichever Python interpreter happens to be associated with `/usr/local/bin/pip`. | ||||
| * | Use more reliable installation command in docs | Justin Mayer | 2020-08-17 | 2 | -3/+3 |
| | | | | | | | Some shell environments may interpret brackets as glob patterns. Wrapping the argument in quotation marks should help ensure correct behavior in those environments. Refs #2786 | ||||
| * | Fix error in --extra-settings feature. Refs #2789 | Justin Mayer | 2020-08-13 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #2779 from shakram02/docs-fix-custom-reader-example | Justin Mayer | 2020-08-11 | 1 | -7/+12 |
| |\ | | | | | fix usage of pelican_open in pelican_internals doc page | ||||
| | * | fix usage of pelican_open in docs | shakram02 | 2020-07-11 | 1 | -7/+12 |
| | | | |||||
| * | | Document -e / --extra-settings option flags | Justin Mayer | 2020-08-11 | 1 | -0/+6 |
| | | | |||||
| * | | Remove self-referential Template Pages link in docs | Justin Mayer | 2020-08-02 | 1 | -1/+1 |
| | | | |||||
| * | | Document inability to control plugin execution order | Justin Mayer | 2020-07-29 | 1 | -2/+7 |
| |/ | |||||
| * | Fix sentence in docs | magicbrothers | 2020-06-12 | 1 | -1/+1 |
| | | |||||
| * | Docs: minor fix code block indent | Kernc | 2020-06-05 | 1 | -2/+2 |
| | | |||||
| * | Document how to logging in plugins | Kernc | 2020-06-05 | 1 | -1/+5 |
| | | |||||
| * | Improve namespace plugin documentation | Justin Mayer | 2020-06-04 | 1 | -12/+15 |
| | | |||||
| * | Document the `pelican-plugins` command | Justin Mayer | 2020-05-26 | 1 | -3/+5 |
| | | |||||
| * | Add FAQ entry about Markdown syntax variants | Justin Mayer | 2020-05-17 | 2 | -3/+20 |
| | | |||||
