summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Update Jinja & Markdown dev dependency versionsJustin Mayer2022-08-012-3/+3
| | | | |
| * | | | Improve copyright year logic in Sphinx configurationJustin Mayer2022-08-011-1/+3
| | | | |
| * | | | Add custom Furo page.html template for Sphinx docsJustin Mayer2022-08-011-0/+199
| | | | |
| * | | | Adjust extlinks configuration for Sphinx 5.0+Justin Mayer2022-08-011-1/+1
| | | | |
| * | | | Update Sphinx and Furo theme dependency versionsJustin Mayer2022-08-012-4/+4
| | | | |
| * | | | Add Furo as requirement for docsPaolo Melchiorre2022-08-011-1/+1
| | | | |
| * | | | Use Furo as Sphinx documentation themePaolo Melchiorre2022-08-013-15/+9
|/ / / /
* | | | Update PR links in changelogJustin Mayer2022-07-111-3/+3
| | | |
* | | | Release Pelican 4.8.04.8.0botpub2022-07-114-7/+9
| | | |
* | | | Fix #2982: Improve _HTMLWordTruncator (#3002)manhhomienbienthuy2022-07-113-4/+11
| | | |
* | | | Merge pull request #3001 from canyon289/content_expansionJustin Mayer2022-07-112-1/+11
|\ \ \ \
| * | | | Add content tag static expansionRavin Kumar2022-04-281-0/+10
| | | | |
| * | | | Add content expansionRavin Kumar2022-04-281-1/+1
| |/ / /
* | | | Merge pull request #3000 from canyon289/typo_fixJustin Mayer2022-07-111-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix small typoRavin Kumar2022-04-281-1/+1
|/ / /
* | | Merge pull request #2989 from chadmando/fix-typo-in-docsJustin Mayer2022-04-031-1/+1
|\ \ \ | | | | | | | | Fix missing word in Automation section
| * | | fix missing word in Automation sectionchadmando2022-03-111-1/+1
| | |/ | |/|
* | | Merge pull request #2994 from avaris/2992Justin Mayer2022-04-031-1/+1
|\ \ \ | |/ / |/| | Use JSON values for extra settings in Invoke template
| * | use JSON values for extra settings in invoke templateDeniz Turgut2022-03-231-1/+1
|/ / | | | | | | Signed-off-by: Deniz Turgut <dturgut@gmail.com>
* | Update CHANGELOGJustin Mayer2022-02-091-1/+3
| |
* | Release Pelican 4.7.24.7.2botpub2022-02-094-5/+7
| |
* | Fix typo in cache.py (#2978)Ikko Ashimine2022-02-091-1/+1
| | | | | | sublcass -> subclass
* | Merge pull request #2940 from r4victor/fix-issue-2938-attempt-2Justin Mayer2022-02-096-60/+114
|\ \ | | | | | | Fix parsing of settings passed to `--extra-settings`
| * | Fix #2938Victor Skvortsov2022-02-095-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 testsVictor Skvortsov2022-02-091-0/+72
|/ /
* | Pin Sphinx to avoid aggressive extlinks warningJustin Mayer2022-02-012-2/+2
| | | | | | | | See: https://github.com/sphinx-doc/sphinx/issues/10112
* | Add categories.html template to default themePaolo Melchiorre2022-02-014-3/+31
|/
* Update Poetry install script to `install-poetry.py` (#2965)Gunung P. Wibisono2022-01-061-3/+3
|
* Merge pull request #2952 from ingwinlu/bugfix/2951Justin Mayer2021-11-271-37/+18
|\ | | | | Clean up quickstart script
| * Add helper method for rendering jinja templatesLukas Winkler2021-11-271-33/+18
| |
| * Remove unneeded explicit close stmtsLukas Winkler2021-11-271-4/+0
| | | | | | | | Closes #2951
* | Merge pull request #2950 from ingwinlu/bugfix/2941Justin Mayer2021-11-271-1/+1
|\ \ | | | | | | Change spaces to tab as required by Makefile
| * | Change spaces to tab as required by MakefileLukas Winkler2021-11-271-1/+1
| |/ | | | | | | Closes #2941
* | Merge pull request #2948 from ingwinlu/bugfix/#2845Justin Mayer2021-11-271-0/+3
|\ \ | |/ |/| Extend docstring of slugify util
| * Extend docstringLukas Winkler2021-11-271-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-updateJustin Mayer2021-11-261-1/+8
|\ | | | | Use docutils.Node.findall instead of traverse
| * use docutils.Node.findall instead of traverseDeniz Turgut2021-11-251-1/+8
|/ | | | docutils.Node.traverse is being deprecated as of docutils==0.18.1
* Add funding linkJustin Mayer2021-11-151-0/+3
|
* Document how to inject articles with a pluginiUnknwn2021-11-121-0/+38
| | | | | Add to the plugin documentation a recipe for injecting articles programmatically when Pelican is running.
* Release Pelican 4.7.14.7.1botpub2021-10-124-10/+12
|
* Prepare releaseJustin Mayer2021-10-121-0/+8
|
* Add more contributors to THANKSJustin Mayer2021-10-121-6/+19
|
* Omit __pycache__ and *.pyc/pyo files in packagesBen Sturmfels2021-10-121-1/+3
|
* Distribute sample data used to run testsBen Sturmfels2021-10-121-0/+1
|
* All roads lead to RomeJustin Mayer2021-10-081-1/+1
|
* PTY all the tasksJustin Mayer2021-10-081-17/+19
|
* Merge pull request #2936 from BenSturmfels/no-pagerJustin Mayer2021-10-081-2/+1
|\ | | | | Use `git --no-pager` rather than override all environment variables
| * Use `--no-pager` option rather than override all environment variablesBen Sturmfels2021-10-081-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-webfontsJustin Mayer2021-10-081-0/+12
|\ | | | | Add MIME types for web fonts
| * server: for extension_map, refer to upstream version rather than only ↵MinchinWeb2021-10-071-13/+10
| | | | | | | | overwriting it