Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
pelican-4.11.0.tar.gz | 2025-01-15 | 1.2 MB | |
pelican-4.11.0-py3-none-any.whl | 2025-01-15 | 1.4 MB | |
Pelican 4.11.0 source code.tar.gz | 2025-01-15 | 1.6 MB | |
Pelican 4.11.0 source code.zip | 2025-01-15 | 1.9 MB | |
README.md | 2025-01-15 | 795 Bytes | |
Totals: 5 Items | 6.1 MB | 0 |
- Add setting to selectively omit Typogrify filters (#3439 by @davidlesieur)
- Add more blocks to the Simple theme’s base template, making it easier to create new themes by inheriting from the Simple theme (#3405 by @frederik-elwert)
- Fix auto-reload behavior upon changes to the theme, content or settings. Make default
IGNORE_FILES
recursively ignore all hidden files as well as the default filters fromwatchfiles.DefaultFilter
. (#3441 by @yashaslokesh) - Get current year from the
SOURCE_DATE_EPOCH
environment variable, if available (#3430 by @Vincent-C) - Add Python 3.13 to test matrix and remove Python 3.8 (#3435 by @hugovk)
- Require Typogrify 2.1+ and Pygments <2.19 (by @justinmayer)