botpub
9685e4b594
Release Pelican 4.8.0
4.8.0
2022-07-11 17:51:01 +00:00
manhhomienbienthuy
d5d792060c
Fix #2982 : Improve _HTMLWordTruncator ( #3002 )
2022-07-11 19:47:37 +02:00
Justin Mayer
5c222ef41b
Merge pull request #3001 from canyon289/content_expansion
2022-07-11 19:36:54 +02:00
Justin Mayer
c46554ae70
Merge pull request #3000 from canyon289/typo_fix
2022-07-11 19:35:52 +02:00
Ravin Kumar
392bf98118
Add content tag static expansion
2022-04-28 19:53:03 -07:00
Ravin Kumar
595f3be988
Add content expansion
2022-04-28 19:31:21 -07:00
Ravin Kumar
d89c6f6ed2
Fix small typo
2022-04-28 19:28:26 -07:00
Justin Mayer
e8d6318e93
Merge pull request #2989 from chadmando/fix-typo-in-docs
...
Fix missing word in Automation section
2022-04-03 08:11:00 +02:00
Justin Mayer
f94ba0ef3d
Merge pull request #2994 from avaris/2992
...
Use JSON values for extra settings in Invoke template
2022-04-03 08:06:26 +02:00
Deniz Turgut
eca0ee04b7
use JSON values for extra settings in invoke template
...
Signed-off-by: Deniz Turgut <dturgut@gmail.com>
2022-03-23 22:33:57 +03:00
chadmando
433453924b
fix missing word in Automation section
2022-03-11 11:09:59 -06:00
Justin Mayer
77e5381be7
Update CHANGELOG
2022-02-09 09:07:42 -07:00
botpub
5823412085
Release Pelican 4.7.2
4.7.2
2022-02-09 13:25:50 +00:00
Ikko Ashimine
f3613af155
Fix typo in cache.py ( #2978 )
...
sublcass -> subclass
2022-02-09 06:15:59 -07:00
Justin Mayer
21c331e789
Merge pull request #2940 from r4victor/fix-issue-2938-attempt-2
...
Fix parsing of settings passed to `--extra-settings`
2022-02-09 06:12:00 -07:00
Victor Skvortsov
5c178a1ccb
Fix #2938
...
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.
2022-02-09 06:05:50 -07:00
Victor Skvortsov
ab81f183c6
Add failing tests
2022-02-09 06:05:50 -07:00
Justin Mayer
fe19f1abb6
Pin Sphinx to avoid aggressive extlinks warning
...
See: https://github.com/sphinx-doc/sphinx/issues/10112
2022-02-01 12:10:20 -07:00
Paolo Melchiorre
2f5fc10614
Add categories.html template to default theme
2022-02-01 11:07:23 -07:00
Gunung P. Wibisono
0384c9bc07
Update Poetry install script to install-poetry.py ( #2965 )
2022-01-06 16:26:41 -08:00
Justin Mayer
11633992a0
Merge pull request #2952 from ingwinlu/bugfix/2951
...
Clean up quickstart script
2021-11-27 08:00:39 -07:00
Justin Mayer
4c8572e85d
Merge pull request #2950 from ingwinlu/bugfix/2941
...
Change spaces to tab as required by Makefile
2021-11-27 07:19:31 -07:00
Justin Mayer
1a321102a1
Merge pull request #2948 from ingwinlu/bugfix/#2845
...
Extend docstring of slugify util
2021-11-27 07:18:54 -07:00
Lukas Winkler
8f6a61439d
Add helper method for rendering jinja templates
2021-11-27 14:04:36 +01:00
Lukas Winkler
59f7f4beb8
Remove unneeded explicit close stmts
...
Closes #2951
2021-11-27 13:56:33 +01:00
Lukas Winkler
2e35bc90a6
Change spaces to tab as required by Makefile
...
Closes #2941
2021-11-27 10:31:14 +01:00
Lukas Winkler
fa31a7e279
Extend docstring
...
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
2021-11-27 09:33:42 +01:00
Justin Mayer
57c5296a44
Merge pull request #2949 from avaris/docutils-update
...
Use docutils.Node.findall instead of traverse
2021-11-26 18:33:20 -07:00
Deniz Turgut
8eb4be521f
use docutils.Node.findall instead of traverse
...
docutils.Node.traverse is being deprecated as of docutils==0.18.1
2021-11-25 23:57:09 +03:00
Justin Mayer
1b87ef6a7b
Add funding link
2021-11-15 15:39:10 -06:00
iUnknwn
9ec1750709
Document how to inject articles with a plugin
...
Add to the plugin documentation a recipe for injecting articles
programmatically when Pelican is running.
2021-11-12 15:33:45 -06:00
botpub
bb10d286a6
Release Pelican 4.7.1
4.7.1
2021-10-12 14:45:30 +00:00
Justin Mayer
de2e9b7e41
Prepare release
2021-10-12 15:59:59 +02:00
Justin Mayer
17089aefc9
Add more contributors to THANKS
2021-10-12 15:58:53 +02:00
Ben Sturmfels
99c935df8f
Omit __pycache__ and *.pyc/pyo files in packages
2021-10-12 14:50:58 +02:00
Ben Sturmfels
aeec09b397
Distribute sample data used to run tests
2021-10-12 14:49:05 +02:00
Justin Mayer
9bd54b7b60
All roads lead to Rome
2021-10-08 14:52:55 +02:00
Justin Mayer
eab67f7634
PTY all the tasks
2021-10-08 14:52:55 +02:00
Justin Mayer
d1a874e580
Merge pull request #2936 from BenSturmfels/no-pager
...
Use `git --no-pager` rather than override all environment variables
2021-10-08 14:52:38 +02:00
Ben Sturmfels
793b93bd34
Use --no-pager option rather than override all environment variables
...
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.
2021-10-08 18:47:40 +11:00
Justin Mayer
33ef2c5356
Merge pull request #2929 from MinchinWeb/mimetypes-webfonts
...
Add MIME types for web fonts
2021-10-08 08:45:09 +02:00
MinchinWeb
98372c9869
server: for extension_map, refer to upstream version rather than only overwriting it
2021-10-07 14:44:36 -06:00
Jonas Borges
8849721913
Ensure _DISCARDED is not being cached. Fix #2825 ( #2926 )
...
Filtration is now being applied before caching the metadata, solving the issue where _DISCARD objects from previous runs were being retrieved from cache.
2021-10-06 10:19:17 +02:00
Justin Mayer
0da8659d0e
Add Python 3.10 to test matrix & classifier list
2021-10-06 10:12:34 +02:00
Justin Mayer
30597b70f0
Quote version numbers in GitHub Actions workflow
...
Otherwise, YAML treats `python: 3.10` as a float, yielding Python 3.1.
2021-10-06 10:12:34 +02:00
Justin Mayer
735d93c7b6
Merge pull request #2933 from getpelican/theme-docs
...
Add Pelican Themes repo link to docs
2021-10-06 09:53:12 +02:00
MinchinWeb
5803052bb7
server: return proper MIME-types for webfonts
2021-10-05 19:23:52 -06:00
disk0x
31b282f3e2
Add SFTP upload to Makefile
...
Some managed web hosts do not allow uploads via scp or rsync, so the
sftp command is a necessary alternative.
2021-10-05 07:51:34 +02:00
Justin Mayer
76cf879414
Add Pelican theme repo link to docs
2021-10-05 07:38:24 +02:00
Justin Mayer
b5426fb0bb
Merge pull request #2927 from MinchinWeb/rich-server
...
Use rich logging for Pelican server
2021-10-05 06:45:03 +02:00