summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2963 from geoffff/masterHEADmasterJustin Mayer2023-04-201-1/+1
|\
| * Update paginator.pygeoffff2023-04-201-1/+1
|/ | | Use str.startswith('/') to check whether 'ret' starts with a slash. The original code fails when 'ret' is an empty string, such as when INDEX_URL is set to "".
* Merge pull request #3112 from getpelican/update-functional-test-outputJustin Mayer2023-04-2033-171/+171
|\
| * Update Pygments and Markdown dependency versionsJustin Mayer2023-03-272-4/+4
| |
| * Update functional test outputJustin Mayer2023-03-2731-167/+167
| |
* | Update to Invoke 2.0 for Python 3.11 compatibilityJustin Mayer2023-04-161-1/+1
| |
* | Update pre-commit hooksJustin Mayer2023-04-161-1/+3
| |
* | Pin Flake8 to 3.9.* in requirements/style.pipJustin Mayer2023-03-271-1/+1
|/
* Add better description of what Pelican does to README (#3102)Boluwatife Victor2023-02-231-1/+7
| | | Co-authored-by: Justin Mayer <entroP@gmail.com>
* Merge pull request #3094 from kurtmckee/fix-readme-link-on-pypi-issue-3093Justin Mayer2023-01-301-0/+7
|\ | | | | Fixes https://github.com/getpelican/pelican/issues/3093
| * Use absolute URL's in the package `long_description` for PyPIKurt McKee2023-01-301-0/+7
|/ | | | Fixes #3093
* Merge pull request #3085 from jorgesumle/deprecate-36Justin Mayer2023-01-301-1/+1
|\
| * Change reference to Python version 3.6 from documentation (now 3.7)Jorge Maldonado Ventura2023-01-031-1/+1
| |
* | Merge pull request #3091 from EFord36/patch-1Justin Mayer2023-01-201-2/+2
|\ \
| * | Update Github actions badgeElliot Ford2023-01-201-2/+2
|/ / | | | | | | | | | | | | See the linked GitHub issue from the previous version of the badge: badges/shields#8671 In summary, these badges were changed in a breaking fashion such that the badges were just linking to the github issue rather than showing the data. Updating the url resolves this. Also updated the link added to the badge image, so that it shows exactly the history of actions that the badge shows the most recent one of.
* | Upgrade Furo theme to 2022.12.07. Refs #3077Justin Mayer2023-01-062-4/+6
| | | | | | | | Should fix "Previous" and "Next" arrow styling issue.
* | Tweak README slightlyJustin Mayer2023-01-061-2/+2
|/
* Merge pull request #3055 from avaris/python-3.11Justin Mayer2022-10-263-49/+18
|\
| * update unit test to avoid using deprecated locale.getdefaultlocale()Deniz Turgut2022-10-261-8/+8
| |
| * add python 3.11 to CI and use setup-python pip cacheDeniz Turgut2022-10-262-41/+10
|/
* Merge pull request #3043 from copperchin/use-tmp-in-testutilsJustin Mayer2022-10-251-3/+11
|\
| * Use tmp dir for test outputRyan de Kleer2022-09-161-3/+11
| | | | | | | | | | | | | | | | `shutil.rmtree` would fail in `TestUtils.test_clean_output_dir` on some filesystems if an application with a filewatcher had the pelican project open while the test ran. Using `tempfile.mkdtmp` for test directories circumvents this.
* | Merge pull request #3054 from renyuneyun/refactor/python-regexJustin Mayer2022-10-241-1/+1
|\ \
| * | Use `(?P=)` to replace `\2` for intrasite linkrenyuneyun (Rui Zhao)2022-10-241-1/+1
|/ /
* | Merge pull request #3051 from avaris/gh-actions-updateJustin Mayer2022-10-243-22/+24
|\ \ | |/ |/|
| * unpin flake8 and do not install pelican while checkingDeniz Turgut2022-10-232-1/+2
| | | | | | | | | | | | installing pelican brings in markdown. flake8 and markdown have incompatible requirements for importlib-metadata. installing pelican is not required to run flake8.
| * use python 3.9 for lint, docs and deploy actionsDeniz Turgut2022-10-202-5/+5
| | | | | | | | | | 3.7 is old and will soon be EOLed this also fixes flake8 + importlib-metadata issues
| * update github actionsDeniz Turgut2022-10-201-16/+17
|/ | | | | | see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
* Document switch from IRC to GitHub DiscussionsJustin Mayer2022-09-152-28/+13
|
* Docs: Hidden posts also excluded from author index (#3025)Саша Черных2022-09-131-2/+2
|
* Merge pull request #3030 from lioman/masterJustin Mayer2022-08-315-7/+3
|\
| * Remove python 3.6 from supported language versionsLioman2022-08-235-7/+3
|/
* Docs: Contact plugin/theme maintainers for those issuesJustin Mayer2022-08-211-5/+10
|
* Merge pull request #3020 from timgates42/bugfix_typosJustin Mayer2022-08-042-2/+2
|\
| * docs: Fix a few typosTim Gates2022-07-242-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | There are small typos in: - docs/tips.rst - pelican/tests/__init__.py Fixes: - Should read `module` rather than `modulole`. - Should read `console` rather than `cosole`. Signed-off-by: Tim Gates <tim.gates@iress.com>
* | Merge pull request #2976 from pieqq/simple-theme-fixesJustin Mayer2022-08-045-16/+17
|\ \
| * | Remove unnecessary ids and classes in simple themePierre Equoy2022-02-201-7/+7
| | | | | | | | | | | | | | | All of the modified HTML tags can be accessed in CSS without the need for a dedicated id or an additional class.
| * | Merge branch 'getpelican:master' into masterPierre2022-02-2014-68/+154
| |\ \
| * | | Add a viewport meta tag in simple theme for better mobile supportPierre Equoy2022-01-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | See MDN article about this: https://developer.mozilla.org/en-US/docs/Web/HTML/Viewport_meta_tag
| * | | Use <main> and <article> tags in simple themePierre Equoy2022-01-172-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a <main> tag to surround all the content blocks, so that it's easier to target the main part of a page (be it an article, the list of posts or the different categories) using CSS. Because of this, the <section> part of the article.html template is made redundant, so it is removed. Finally, the generic <div> is replaced by an <article> tag to surround the article's content.
| * | | Uniformize headers in simple themePierre Equoy2022-01-174-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | In the simple theme, some templates are using `h1`, others are using `h2` for the main title of the page (other than the one in the header). This commit changes that so all of the pages are using `h1`.
* | | | Merge pull request #3014 from Lx/static-content-docsJustin Mayer2022-08-041-0/+7
|\ \ \ \
| * | | | Add note about unintended static page processingAlex Peters2022-06-161-0/+7
| | | | | | | | | | | | | | | | | | | | Fixes #2990.
* | | | | Merge pull request #3013 from Lx/mtime-docsJustin Mayer2022-08-041-0/+5
|\ \ \ \ \
| * | | | | Describe all `CHECK_MODIFIED_METHOD` optionsAlex Peters2022-06-161-0/+5
| |/ / / / | | | | | | | | | | | | | | | Fixes #2991.
* | | | | Fix and update pre-commit hooks (#3011)Anton Mosich2022-08-041-1/+4
| | | | | | | | | | | | | | | Co-authored-by: Justin Mayer <entroP@gmail.com>
* | | | | Merge pull request #3023 from getpelican/furo-sphinx-themeJustin Mayer2022-08-018-30/+224
|\ \ \ \ \ | |_|_|_|/ |/| | | | Use Furo as Sphinx documentation theme
| * | | | Adjust code style for Flake8 5.0+Justin Mayer2022-08-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | We are pinned to Flake8 <4.0, but at least we'll be compliant if we ever upgrade to Flake8 5.0+.
| * | | | Pin Flake8 due to upper bound on importlib-metadataJustin Mayer2022-08-011-1/+1
| | | | | | | | | | | | | | | | | | | | See: https://github.com/PyCQA/flake8/pull/1438
| * | | | Update Pytest and plugin versionsJustin Mayer2022-08-011-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Also remove pytest-pythonpath as Pytest 7+ includes comparable functionality. Don't believe we were using it anyway.