| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | Update Jinja & Markdown dev dependency versions | Justin Mayer | 2022-08-01 | 2 | -3/+3 | |
| | | | | | | ||||||
| | * | | | | Improve copyright year logic in Sphinx configuration | Justin Mayer | 2022-08-01 | 1 | -1/+3 | |
| | | | | | | ||||||
| | * | | | | Add custom Furo page.html template for Sphinx docs | Justin Mayer | 2022-08-01 | 1 | -0/+199 | |
| | | | | | | ||||||
| | * | | | | Adjust extlinks configuration for Sphinx 5.0+ | Justin Mayer | 2022-08-01 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | Update Sphinx and Furo theme dependency versions | Justin Mayer | 2022-08-01 | 2 | -4/+4 | |
| | | | | | | ||||||
| | * | | | | Add Furo as requirement for docs | Paolo Melchiorre | 2022-08-01 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | Use Furo as Sphinx documentation theme | Paolo Melchiorre | 2022-08-01 | 3 | -15/+9 | |
| |/ / / / | ||||||
| * | | | | Update PR links in changelog | Justin Mayer | 2022-07-11 | 1 | -3/+3 | |
| | | | | | ||||||
| * | | | | Release Pelican 4.8.04.8.0 | botpub | 2022-07-11 | 4 | -7/+9 | |
| | | | | | ||||||
| * | | | | Fix #2982: Improve _HTMLWordTruncator (#3002) | manhhomienbienthuy | 2022-07-11 | 3 | -4/+11 | |
| | | | | | ||||||
| * | | | | Merge pull request #3001 from canyon289/content_expansion | Justin Mayer | 2022-07-11 | 2 | -1/+11 | |
| |\ \ \ \ | ||||||
| | * | | | | Add content tag static expansion | Ravin Kumar | 2022-04-28 | 1 | -0/+10 | |
| | | | | | | ||||||
| | * | | | | Add content expansion | Ravin Kumar | 2022-04-28 | 1 | -1/+1 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #3000 from canyon289/typo_fix | Justin Mayer | 2022-07-11 | 1 | -1/+1 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | Fix small typo | Ravin Kumar | 2022-04-28 | 1 | -1/+1 | |
| |/ / / | ||||||
| * | | | Merge pull request #2989 from chadmando/fix-typo-in-docs | Justin Mayer | 2022-04-03 | 1 | -1/+1 | |
| |\ \ \ | | | | | | | | | Fix missing word in Automation section | |||||
| | * | | | fix missing word in Automation section | chadmando | 2022-03-11 | 1 | -1/+1 | |
| | | |/ | |/| | ||||||
| * | | | Merge pull request #2994 from avaris/2992 | Justin Mayer | 2022-04-03 | 1 | -1/+1 | |
| |\ \ \ | |/ / |/| | | Use JSON values for extra settings in Invoke template | |||||
| | * | | use JSON values for extra settings in invoke template | Deniz Turgut | 2022-03-23 | 1 | -1/+1 | |
| |/ / | | | | | | | Signed-off-by: Deniz Turgut <dturgut@gmail.com> | |||||
| * | | Update CHANGELOG | Justin Mayer | 2022-02-09 | 1 | -1/+3 | |
| | | | ||||||
| * | | Release Pelican 4.7.24.7.2 | botpub | 2022-02-09 | 4 | -5/+7 | |
| | | | ||||||
| * | | Fix typo in cache.py (#2978) | Ikko Ashimine | 2022-02-09 | 1 | -1/+1 | |
| | | | | | | | sublcass -> subclass | |||||
| * | | Merge pull request #2940 from r4victor/fix-issue-2938-attempt-2 | Justin Mayer | 2022-02-09 | 6 | -60/+114 | |
| |\ \ | | | | | | | Fix parsing of settings passed to `--extra-settings` | |||||
| | * | | Fix #2938 | Victor Skvortsov | 2022-02-09 | 5 | -60/+42 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Get rid of the coerce_overrides() function. Add the ParseOverrides argparse.Action to parse overrides. Treat all extra settings values strictly as json values. Test overrides. Edit docs and cli help. | |||||
| | * | | Add failing tests | Victor Skvortsov | 2022-02-09 | 1 | -0/+72 | |
| |/ / | ||||||
| * | | Pin Sphinx to avoid aggressive extlinks warning | Justin Mayer | 2022-02-01 | 2 | -2/+2 | |
| | | | | | | | | | See: https://github.com/sphinx-doc/sphinx/issues/10112 | |||||
| * | | Add categories.html template to default theme | Paolo Melchiorre | 2022-02-01 | 4 | -3/+31 | |
| |/ | ||||||
| * | Update Poetry install script to `install-poetry.py` (#2965) | Gunung P. Wibisono | 2022-01-06 | 1 | -3/+3 | |
| | | ||||||
| * | Merge pull request #2952 from ingwinlu/bugfix/2951 | Justin Mayer | 2021-11-27 | 1 | -37/+18 | |
| |\ | | | | | Clean up quickstart script | |||||
| | * | Add helper method for rendering jinja templates | Lukas Winkler | 2021-11-27 | 1 | -33/+18 | |
| | | | ||||||
| | * | Remove unneeded explicit close stmts | Lukas Winkler | 2021-11-27 | 1 | -4/+0 | |
| | | | | | | | | | Closes #2951 | |||||
| * | | Merge pull request #2950 from ingwinlu/bugfix/2941 | Justin Mayer | 2021-11-27 | 1 | -1/+1 | |
| |\ \ | | | | | | | Change spaces to tab as required by Makefile | |||||
| | * | | Change spaces to tab as required by Makefile | Lukas Winkler | 2021-11-27 | 1 | -1/+1 | |
| | |/ | | | | | | | Closes #2941 | |||||
| * | | Merge pull request #2948 from ingwinlu/bugfix/#2845 | Justin Mayer | 2021-11-27 | 1 | -0/+3 | |
| |\ \ | |/ |/| | Extend docstring of slugify util | |||||
| | * | Extend docstring | Lukas Winkler | 2021-11-27 | 1 | -0/+3 | |
| |/ | | | | | | | | We want to hint at the location of our default set of substitutions. This should allow easier reuse for plugin authors who need to access this utility as well. Closes #2845 | |||||
| * | Merge pull request #2949 from avaris/docutils-update | Justin Mayer | 2021-11-26 | 1 | -1/+8 | |
| |\ | | | | | Use docutils.Node.findall instead of traverse | |||||
| | * | use docutils.Node.findall instead of traverse | Deniz Turgut | 2021-11-25 | 1 | -1/+8 | |
| |/ | | | | docutils.Node.traverse is being deprecated as of docutils==0.18.1 | |||||
| * | Add funding link | Justin Mayer | 2021-11-15 | 1 | -0/+3 | |
| | | ||||||
| * | Document how to inject articles with a plugin | iUnknwn | 2021-11-12 | 1 | -0/+38 | |
| | | | | | | Add to the plugin documentation a recipe for injecting articles programmatically when Pelican is running. | |||||
| * | Release Pelican 4.7.14.7.1 | botpub | 2021-10-12 | 4 | -10/+12 | |
| | | ||||||
| * | Prepare release | Justin Mayer | 2021-10-12 | 1 | -0/+8 | |
| | | ||||||
| * | Add more contributors to THANKS | Justin Mayer | 2021-10-12 | 1 | -6/+19 | |
| | | ||||||
| * | Omit __pycache__ and *.pyc/pyo files in packages | Ben Sturmfels | 2021-10-12 | 1 | -1/+3 | |
| | | ||||||
| * | Distribute sample data used to run tests | Ben Sturmfels | 2021-10-12 | 1 | -0/+1 | |
| | | ||||||
| * | All roads lead to Rome | Justin Mayer | 2021-10-08 | 1 | -1/+1 | |
| | | ||||||
| * | PTY all the tasks | Justin Mayer | 2021-10-08 | 1 | -17/+19 | |
| | | ||||||
| * | Merge pull request #2936 from BenSturmfels/no-pager | Justin Mayer | 2021-10-08 | 1 | -2/+1 | |
| |\ | | | | | Use `git --no-pager` rather than override all environment variables | |||||
| | * | Use `--no-pager` option rather than override all environment variables | Ben Sturmfels | 2021-10-08 | 1 | -2/+1 | |
| |/ | | | | Currently the `assertDirsEqual` test utility uses the `env` argument to `subprocess.Popen` to make git run non-interactively, but this overwrites all environment variables causing test failures on Guix. The `--no-pager` option is a more targeted way to achieve the same thing. | |||||
| * | Merge pull request #2929 from MinchinWeb/mimetypes-webfonts | Justin Mayer | 2021-10-08 | 1 | -0/+12 | |
| |\ | | | | | Add MIME types for web fonts | |||||
| | * | server: for extension_map, refer to upstream version rather than only ↵ | MinchinWeb | 2021-10-07 | 1 | -13/+10 | |
| | | | | | | | | | overwriting it | |||||
