summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Add Pelican theme repo link to docstheme-docsJustin Mayer2021-10-052-5/+20
|
* Release Pelican 4.7.04.7.0botpub2021-10-011-0/+12
|
* Prepare releaseJustin Mayer2021-10-011-12/+0
|
* Tweak changelogJustin Mayer2021-10-011-3/+3
|
* Update changelogJustin Mayer2021-10-011-0/+12
|
* Document how to add a new writerMinchinWeb2021-07-092-5/+32
| | | | c.f. #2899
* Fix formatting of Jinja example code. Fixes #2884 (#2886)Tristan Miller2021-07-071-0/+1
|
* Update links to Jinja docs. Fixes #2883 (#2885)Tristan Miller2021-06-122-5/+5
|
* Fix FILENAME_METADATA doc to render correctlyjzc2021-05-201-1/+1
|
* Add support for hidden articlesGio2021-05-042-3/+12
|
* Add period_num var for period_archives templatePetr Viktorin2021-05-041-0/+2
| | | | | This makes it easier to create templates that are language-agnostic or need extra processing for the date period.
* Update Pelican feature documentationJustin Mayer2021-04-211-9/+7
|
* Update contributing docs and Poetry repository URLJustin Mayer2021-04-211-4/+4
|
* Release Pelican 4.6.04.6.0botpub2021-03-231-0/+8
|
* Prepare releaseJustin Mayer2021-03-231-1/+1
|
* [Docs] Fix link to More Categories pluginJustin Mayer2021-03-191-3/+3
|
* Clarify ARTICLE_ORDER_BY documentationJustin Mayer2021-02-191-4/+5
|
* Change FAQ entry to new Tag Cloud plugin repoJustin Mayer2021-02-181-6/+5
|
* Support last page pattern in PAGINATION_PATTERNSTom Adler2021-01-131-0/+5
|
* Merge pull request #2836 from namn/patch-1Justin Mayer2021-01-071-1/+1
|\ | | | | Fix typo in the FAQ: steamline --> streamline.
| * Fix typo in the FAQ: steamline --> streamline.Nam Nguyen2021-01-031-1/+1
| |
* | Add FAQ re: Atom full-post vs. summary-only feedsJustin Mayer2021-01-061-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.4botpub2021-01-041-0/+5
|/
* Release Pelican 4.5.34.5.3botpub2020-12-011-0/+5
|
* Release Pelican 4.5.24.5.2botpub2020-11-221-0/+5
|
* Improve docs for plugin code style complianceJustin Mayer2020-11-201-1/+12
|
* Ensure `invoke lint` task & its docs are in syncJustin Mayer2020-11-201-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 equivalentsJustin Mayer2020-11-201-1/+1
|
* pelican-plugins only shows auto-discovered pluginsJustin Mayer2020-11-201-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 linksJustin Mayer2020-11-021-3/+3
|
* Release Pelican 4.5.14.5.1botpub2020-11-021-0/+7
|
* Fix SUMMARY_END_SUFFIX variable name in changelogJustin Mayer2020-08-291-1/+1
|
* Prepare to release Pelican 4.5Justin Mayer2020-08-201-3/+19
|
* Rename setting SUMMARY_END_MARKER → SUMMARY_END_SUFFIX (#2792)kernc2020-08-191-2/+2
| | | | | Avoids clash with 'summary' plugin. Refs: https://github.com/getpelican/pelican-plugins/pull/1284#issuecomment-660715086
* Minor improvements to installation docsJustin Mayer2020-08-171-9/+5
|
* Remove outdated references to Python 2.7 in docsJustin Mayer2020-08-172-5/+3
|
* Prefix Pip commands with `python -m` in docsJustin Mayer2020-08-176-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 docsJustin Mayer2020-08-172-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 #2789Justin Mayer2020-08-131-1/+1
|
* Merge pull request #2779 from shakram02/docs-fix-custom-reader-exampleJustin Mayer2020-08-111-7/+12
|\ | | | | fix usage of pelican_open in pelican_internals doc page
| * fix usage of pelican_open in docsshakram022020-07-111-7/+12
| |
* | Document -e / --extra-settings option flagsJustin Mayer2020-08-111-0/+6
| |
* | Remove self-referential Template Pages link in docsJustin Mayer2020-08-021-1/+1
| |
* | Document inability to control plugin execution orderJustin Mayer2020-07-291-2/+7
|/
* Fix sentence in docsmagicbrothers2020-06-121-1/+1
|
* Docs: minor fix code block indentKernc2020-06-051-2/+2
|
* Document how to logging in pluginsKernc2020-06-051-1/+5
|
* Improve namespace plugin documentationJustin Mayer2020-06-041-12/+15
|
* Document the `pelican-plugins` commandJustin Mayer2020-05-261-3/+5
|
* Add FAQ entry about Markdown syntax variantsJustin Mayer2020-05-172-3/+20
|