Nikola v8.3.3 has been released as an urgent bugfix following the previous version v8.3.2, which was incompatible with Python 3.8. Nikola is a versatile static site and blog generator written in Python, supporting various template formats and capable of converting Jupyter Notebooks into blog posts. This release introduces features like template usage tracing, a switch to pyproject.toml, and various bug fixes to enhance performance and compatibility, including fixes for SVG parsing and better handling of site URLs.
We've had to release Nikola v8.3.3 immediately after releasing Nikola v8.3.2, as it is broken on Python 3.8. We would like to thank the Python packaging ecosystem for being an incomprehensible and incompatible trainwreck.
Nikola is a static site and blog generator, written in Python. It can use Mako and Jinja2 templates, and input in many popular markup formats, such as reStructuredText and Markdown.
Trace template usage when an environment variable NIKOLA_TEMPLATES_TRACE is set to any non-empty value.
Ignore errors in parsing SVG files for shrinking them, copy original file to output instead.
Collection
[
|
...
]