8
I Use This!
Moderate Activity

News

Analyzed 1 day ago. based on code collected 2 days ago.
Posted about 2 years ago by Chris Warrick
On behalf of the Nikola team, I am pleased to announce the immediate availability of Nikola v8.2.1. This is a minor release with a couple new features, as well as fixes for compatibility with the latest version of doit. What is Nikola? Nikola is a ... [More] 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 — and can even turn Jupyter Notebooks into blog posts! It also supports image galleries, and is multilingual. Nikola is flexible, and page builds are extremely fast, courtesy of doit (which is rebuilding only what has been changed). Find out more at the website: https://getnikola.com/ Downloads Install using pip install Nikola. Changes Features Add emphasize_lines directive to code blocks (Issue #3607) Gallery index pages support the status flag (Issue #3598) Add start_at option to youtube directive (Issue #3603) Bugfixes Add data files to dependency file (Issue #3608) Compatibility with doit 0.36.0 (Issue #3612) Note: nikola doit_auto is not available if using doit>=0.36.0. You can still use nikola auto. [Less]
Posted about 2 years ago by Chris Warrick
On behalf of the Nikola team, I am pleased to announce the immediate availability of Nikola v8.2.1. This is a minor release with a couple new features, as well as fixes for compatibility with the latest version of doit. What is Nikola? Nikola is a ... [More] 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 — and can even turn Jupyter Notebooks into blog posts! It also supports image galleries, and is multilingual. Nikola is flexible, and page builds are extremely fast, courtesy of doit (which is rebuilding only what has been changed). Find out more at the website: https://getnikola.com/ Downloads Install using pip install Nikola. Changes Features Add emphasize_lines directive to code blocks (Issue #3607) Gallery index pages support the status flag (Issue #3598) Add start_at option to youtube directive (Issue #3603) Bugfixes Add data files to dependency file (Issue #3608) Compatibility with doit 0.36.0 (Issue #3612) Note: nikola doit_auto is not available if using doit>=0.36.0. You can still use nikola auto. [Less]
Posted over 2 years ago by Kwpolska
Posted over 2 years ago by Chris Warrick
On behalf of the Nikola team, I am pleased to announce the immediate availability of Nikola v8.2.0. This release includes some new features as well as a bunch of bugfixes. What is Nikola? Nikola is a static site and blog generator, written in ... [More] Python. It can use Mako and Jinja2 templates, and input in many popular markup formats, such as reStructuredText and Markdown — and can even turn Jupyter Notebooks into blog posts! It also supports image galleries, and is multilingual. Nikola is flexible, and page builds are extremely fast, courtesy of doit (which is rebuilding only what has been changed). Find out more at the website: https://getnikola.com/ Downloads Install using pip install Nikola. Changes Features Add category_titles, category_descriptions, tag_titles, tag_descriptions to default context of tags page (Issue #3584) Add Maori translation Add Occitan translation New auto_command_starting signal when nikola auto is starting typogrify_custom filter adds a default value for typogrify_filters so that ignore_tags can be specified as the only option. The default ignore_tags are appended to the user-supplied ignore_tags added via typogrify_custom. Allow adding comment systems from a plugin (Issue #3544) New CommentSystem plugin category (Issue #3544) Bugfixes Fix changes to INDEX_READ_MORE_LINK and FEED_READ_MORE_LINK not triggering rebuilds Make CATEGORY_TITLES, CATEGORY_DESCRIPTIONS, TAG_TITLES, TAG_DESCRIPTIONS translatable settings for consistency (Issue #3584) Fix bug with posts after the first one appearing shifted due to a closed too early (Issue #3573, #3564) Fix support for files outside of site root directory on Windows Support passing --backend and --db-file to nikola auto Support blank values in certain WordPress-imported structures (Issue #3535) Typogrify ignores div elements with .math CSS class. (Issue #3512) Adjust panorama aspect ratio to 3:1 and document behaviour. [Less]
Posted over 2 years ago by Chris Warrick
On behalf of the Nikola team, I am pleased to announce the immediate availability of Nikola v8.2.0. This release includes some new features as well as a bunch of bugfixes. What is Nikola? Nikola is a static site and blog generator, written in ... [More] Python. It can use Mako and Jinja2 templates, and input in many popular markup formats, such as reStructuredText and Markdown — and can even turn Jupyter Notebooks into blog posts! It also supports image galleries, and is multilingual. Nikola is flexible, and page builds are extremely fast, courtesy of doit (which is rebuilding only what has been changed). Find out more at the website: https://getnikola.com/ Downloads Install using pip install Nikola. Changes Features Add category_titles, category_descriptions, tag_titles, tag_descriptions to default context of tags page (Issue #3584) Add Maori translation Add Occitan translation New auto_command_starting signal when nikola auto is starting typogrify_custom filter adds a default value for typogrify_filters so that ignore_tags can be specified as the only option. The default ignore_tags are appended to the user-supplied ignore_tags added via typogrify_custom. Allow adding comment systems from a plugin (Issue #3544) New CommentSystem plugin category (Issue #3544) Bugfixes Fix changes to INDEX_READ_MORE_LINK and FEED_READ_MORE_LINK not triggering rebuilds Make CATEGORY_TITLES, CATEGORY_DESCRIPTIONS, TAG_TITLES, TAG_DESCRIPTIONS translatable settings for consistency (Issue #3584) Fix bug with posts after the first one appearing shifted due to a closed too early (Issue #3573, #3564) Fix support for files outside of site root directory on Windows Support passing --backend and --db-file to nikola auto Support blank values in certain WordPress-imported structures (Issue #3535) Typogrify ignores div elements with .math CSS class. (Issue #3512) Adjust panorama aspect ratio to 3:1 and document behaviour. [Less]
Posted about 3 years ago by Kwpolska
Posted about 3 years ago by Chris Warrick
On behalf of the Nikola team, I am pleased to announce the immediate availability of Nikola v8.1.3. This release has some minor fixes, and a minor dependency change. What is Nikola? Nikola is a static site and blog generator, written in Python. It ... [More] can use Mako and Jinja2 templates, and input in many popular markup formats, such as reStructuredText and Markdown — and can even turn Jupyter Notebooks into blog posts! It also supports image galleries, and is multilingual. Nikola is flexible, and page builds are extremely fast, courtesy of doit (which is rebuilding only what has been changed). Find out more at the website: https://getnikola.com/ Downloads Install using pip install Nikola. Changes Features Provide the full GLOBAL_CONTEXT to the post list shortcode plugin (Issue #3481) Add BasePlugin.register_auto_watched_folder() Allow different PANDOC_OPTIONS values based on input extensions by specifying a dict of {".extension": [options]} (Issue #3492) Allow boolean/integer pretty_url post meta values in YAML/TOML (Issue #3503) Bugfixes Fix an UnboundLocalError crash in nikola deploy (Issue #3479) Other For nikola github_deploy, the ghp-import PyPI package is now recommended instead of ghp-import2. Both versions should work, but you can’t have both installed at the same time. (Issue #3499) [Less]
Posted about 3 years ago by Chris Warrick
On behalf of the Nikola team, I am pleased to announce the immediate availability of Nikola v8.1.3. This release has some minor fixes, and a minor dependency change. What is Nikola? Nikola is a static site and blog generator, written in Python. It ... [More] can use Mako and Jinja2 templates, and input in many popular markup formats, such as reStructuredText and Markdown — and can even turn Jupyter Notebooks into blog posts! It also supports image galleries, and is multilingual. Nikola is flexible, and page builds are extremely fast, courtesy of doit (which is rebuilding only what has been changed). Find out more at the website: https://getnikola.com/ Downloads Install using pip install Nikola. Changes Features Provide the full GLOBAL_CONTEXT to the post list shortcode plugin (Issue #3481) Add BasePlugin.register_auto_watched_folder() Allow different PANDOC_OPTIONS values based on input extensions by specifying a dict of {".extension": [options]} (Issue #3492) Allow boolean/integer pretty_url post meta values in YAML/TOML (Issue #3503) Bugfixes Fix an UnboundLocalError crash in nikola deploy (Issue #3479) Other For nikola github_deploy, the ghp-import PyPI package is now recommended instead of ghp-import2. Both versions should work, but you can’t have both installed at the same time. (Issue #3499) [Less]
Posted about 3 years ago by Chris Warrick
On behalf of the Nikola team, I am pleased to announce the immediate availability of Nikola v8.1.3. This release has some minor fixes, and a minor dependency change. What is Nikola? Nikola is a static site and blog generator, written in Python. It ... [More] can use Mako and Jinja2 templates, and input in many popular markup formats, such as reStructuredText and Markdown — and can even turn Jupyter Notebooks into blog posts! It also supports image galleries, and is multilingual. Nikola is flexible, and page builds are extremely fast, courtesy of doit (which is rebuilding only what has been changed). Find out more at the website: https://getnikola.com/ Downloads Install using pip install Nikola. Changes Features Provide the full GLOBAL_CONTEXT to the post list shortcode plugin (Issue #3481) Add BasePlugin.register_auto_watched_folder() Allow different PANDOC_OPTIONS values based on input extensions by specifying a dict of {".extension": [options]} (Issue #3492) Allow boolean/integer pretty_url post meta values in YAML/TOML (Issue #3503) Bugfixes Fix an UnboundLocalError crash in nikola deploy (Issue #3479) Other For nikola github_deploy, the ghp-import PyPI package is now recommended instead of ghp-import2. Both versions should work, but you can’t have both installed at the same time. (Issue #3499) [Less]
Posted over 3 years ago by Kwpolska