All Versions
15
Latest Version
Avg Release Cycle
69 days
Latest Release
1258 days ago

Changelog History
Page 1

  • v8.1.2 Changes

    November 15, 2020

    πŸš€ On behalf of the Nikola team, I am pleased to announce the immediate availability of Nikola v8.1.2. This release has a bunch of new features, fixes some bugs, and improves compatibility with some dependencies and Windows.

    What is Nikola?

    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 β€” 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

    • Support for multiple authors per post β€” comma-separated, enabled by MULTIPLE_AUTHORS_PER_POST setting (Issue #3252)
    • Add navbar_custom_bg theme option to bootstrap4 and document options for bootstrap4 better (Issue #3443)
    • βž• Add Marathi translation
    • βͺ Restore caps typogrify filter (wraps strings of capital letters with <span class="caps"> (via Issue #3405)
    • πŸ‘Œ Improve nikola auto performance with rate-limiting, support -n argument to pass to nikola build (Issue #3401)
    • βž• Add support for the Utterances comment system

    πŸ›  Bugfixes

    • πŸ›  Fix previewimages (post- and root-relative) in bootblog4/galleries featured posts for non-server-root sites (Issue #3471)
    • 🏁 Windows: Also fix symlinks when installing from source with pip; if possible, enable Developer Mode and run git config --global core.symlinks true before cloning the Nikola repo
    • πŸ›  Fix clicking on links to image files. baguetteBox now requires a link (<a>) to have an <img> as a child in order to make the link activate the lightbox. (Issue #3472)
    • Fix LINK_CHECK_WHITELIST having issues due to mixing Unicode and bytestrings (Issue #3466)
    • βž• Add support for nbconvert>=6.0.0 (Issue #3457)
    • Read files as utf-8-sig to allow BOM in input files
    • Don’t break slugs with slashes in doc directive (Issue #3450)
    • ⚠ Avoid warnings from type annotations in auto caused by missing aiohttp (Issue #3451)
    • Ensure query strings and fragments are kept with URL_TYPE = "full_path" (Issue #3448)
    • Don’t run typogrify filters on <title> tag to avoid adding extra tags (Issue #3405)
    • πŸ›  Fix handling of duplicate plugins on Windows
    • πŸ‘ Allow else clause in post-list plugin. (Issue #3436)
    • πŸ“‡ Ensure type metadata value from plugins is preserved (Issue 3445)
    • πŸ›  Fix path handlers with slashes on Windows
  • v8.1.1 Changes

    July 05, 2020

    πŸš€ On behalf of the Nikola team, I am pleased to announce the immediate availability of Nikola v8.1.1. This release is mainly due to an incorrect PGP key being used for the PyPI artifacts; three regressions were also fixed in this release.

    What is Nikola?

    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 β€” 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

    πŸ›  Bugfixes

    • 0️⃣ Default to no line numbers in code blocks, honor CodeHilite requesting no line numbers. Listing pages still use line numbers (Issue #3426)
    • βœ‚ Remove duplicate MathJax config in bootstrap themes (Issue #3427)
    • πŸ›  Fix doit requirement to doit>=0.32.0 (Issue #3422)
  • v8.1.0 Changes

    June 27, 2020

    πŸš€ On behalf of the Nikola team, I am pleased to announce the immediate availability of Nikola v8.1.0. This release makes a few feature changes, improvements, and fixes a few bugs.

    What is Nikola?

    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 β€” 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

    • πŸ‘Œ Support posts without titles (Issue #3408)
    • πŸ‘Œ Support WebP image scaling (Issue #3399)
    • πŸ‘‰ Use Luxon instead of Moment for fancy dates to make it more lightweight, going from 328k to 68k (Issue #3232)
    • πŸ†• New nikola console -s script.py option to run scripts that access your site (Issue #3385)
    • πŸ‘ Allow preview images to be relative to posts for bootblog4 featured posts
    • πŸ”„ Change the listings formatting to support word wrap with line numbers and improve appearance
    • Put the current language’s feed links first so that feed readers prefer it (Issue #3248)
    • βž• Added support for default preview image for posts (Issue #3326)
    • βž• Added support for thumbnails in gallery lists (Issue #1771)

    πŸ›  Bugfixes

    • πŸ‘Œ Support directory names in REDIRECTIONS (Issue #3421)
    • πŸš€ Return a non-zero error code when nikola github_deploy fails
    • 🐎 Refactored scale_image causing performance increasing in image resizing.
    • Don’t force absolute links for brand/languages (Issue #3229)
    • πŸ›  Fix RTL mirroring in base theme (:dir() pseudo-class is Firefox only) (Issue #3353)
    • β†ͺ Work around Bootstrap 4 alignment bug for RTL languages (Issue #3353)
    • πŸ– Handle multiple level of inherit/import nesting in Mako templates correctly (Issue #3349)
    • 🌐 Output a more informative error when files are missing due to broken symlinks or incorrect TRANSLATIONS_PATTERN values
    • πŸ“¦ Avoid installing tests package to site-packages, remove it from your environment if it was inadvertently added (Issue #3348)
    • Sometimes hyphenation added hyphens at the beginning of words (Issue #3362)
    • πŸ”§ Mark gallery images as "dirty" if EXIF configuration changes (Issue #3357)
    • πŸ›  Fix regression in gallery titles being "index" if there was a index.txt and no title (Issue #3360)
    • πŸ‘‰ Make gallery indexes depend on destination images to avoid multithreading race condition (Issue #3361)
    • Mark gallery thumbnails as lazy loading (Issue #2918)
    • Don't consider JPEG images with EXIF thumbnails as animated (Issue #3332)
    • πŸ‘‰ Use correct language for hyphenation in posts that are not translated to all languages (Issue #3377)

    Internal

    • βž• Added Post.source() method to get a Post's object unprocessed contents.
    • βž• Added Post.save() method to modify Post contents.
    • Made is_two_file a property that uses save()
  • v8.0.4

    February 06, 2020
  • v8.0.3 Changes

    November 02, 2019

    πŸš€ On behalf of the Nikola team, I am pleased to announce the immediate availability of Nikola v8.0.3. This release fixes a few bugs, including a notable one with galleries not working on mobile.

    What is Nikola?

    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 β€” 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 Friulian translation by aoanla
    • Add extra_header and extra_footer blocks to templates (Issue #3291)
    • Add REST_FILE_INSERTION_ENABLED config option to enable or disable reST external file inclusion directives (Issue #3311)

    πŸ›  Bugfixes

    • πŸ‘Œ Support Markdown v3.x (Issue #3173)
    • πŸ›  Fix galleries in Firefox Mobile and when resizing window (Issue #3258)
    • Output <code> tag for double backticks in reST (Issue #3276)
    • πŸ”Œ Fully switch to HTML5 writer for reST (Issue #3276, getnikola/plugins#294)
    • πŸ‘‰ Make ipynb listings work again
    • Correctly link to listings with spaces in their names
    • 🌐 import_wordpress plugin doesn't require anymore a translation and can use nikola's default if none provided
    • πŸ”Œ Wordpress+qtranslate import (--qtranslate option) now works with more recent versions of plugins from the qtranslate family (namely qtranslate-X)
    • πŸ›  Fixed a wordpress import exception when image metadata has floats formated with ',' instead of '.'
  • v8.0.2 Changes

    February 22, 2019

    πŸš€ On behalf of the Nikola team, I am pleased to announce the immediate availability of Nikola v8.0.2. This is a quality-of-life release with a handful of bug fixes, two new translations and a few extra features.

    What is Nikola?

    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 β€” 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. (Python 3-only since v8.0.0.)

    πŸ”„ Changes

    • Make ARCHIVE_PATH, ARCHIVE_FILENAME translatable (Issue #3234)
    • Support configuring Isso via GLOBAL_CONTEXT['isso_config'] (Issue #3225)
    • πŸ– Handle fragments in doc role (Issue #3212)
    • Slugify references in doc role.
    • βž• Add Interlingua translation by Alberto Mardegan
    • βž• Add Afrikaans translation by Friedel Wolff
    • πŸ‘Œ Support for docutils.conf (Issue #3188)

    πŸ›  Bugfixes

    • πŸ‘ Avoid random rebuilds with sites whose locales are not fullly supported, and random rebuilds on multilingual sites using Python 3.4/3.5 (Issue #3216)
    • πŸ“‡ Apply modifications to default_metadata before copying it to other languages
    • πŸ‘‰ Make Commento comments work (Issue #3198)
    • 🍱 Correctly handle separators in the relative path given to "ignored_assets" key in theme meta files (Issue #3210)
    • πŸ›  Fix error when nikola new_post receives directory name as path (Issue #3207)
    • βž• Add slashes to paths with query strings in nikola serve only if there isn’t one before ?
    • Read listings files as UTF-8
    • 0️⃣ Set one-file status basing on default language only (Issue #3191)
    • Don’t warn if post status is set to published explicitly (Issue #3181)
    • βœ‚ Remove mention of Twitter cards requiring an opt-in. This is not true anymore - anyone can use them.
    • fancydates now workwith listdate items (eg. archives)
    • bootstrap4 and bootblog4 themes no longer load moment.js when fancydates are off. (Issue #3231)
  • v8.0.1 Changes

    September 30, 2018

    πŸ“¦ On behalf of the Nikola team, I am pleased to announce the immediate availability of Nikola v8.0.1. Some bugs were fixed; more importantly, we pinned down the Markdown package version due to incompatibilities.

    What is Nikola?

    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 β€” 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. (Python 3-only since v8.0.0.)

    πŸ”„ Changes

    • πŸš€ Not compatible with Markdown 3.x yet, this release pins the requirement down to 2.x (until we get 3.x support done)

    πŸ”‹ Features

    • πŸ‘‰ Make URL displayed by nikola auto and nikola serve clickable (Issue #3166)

    πŸ›  Bugfixes

    • Pandoc compiler was passing deleted argument (Issue #3171)
    • πŸ‘‰ Make nikola version --check work again (Issue #3170)
    • ⚠ Set logging level for reST to warning in order to limit noise
    • πŸ›  Fix docinfo removal for sites that use reST docinfo metadata (Issue #3167)
  • v8.0.0 Changes

    September 10, 2018

    πŸš€ On behalf of the Nikola team, I am pleased to announce the immediate availability of Nikola v8.0.0. After 15 months in development, we’ve created our best release ever, with new features, many bugs squashed, and some improvements under the hood.

    What is Nikola?

    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 β€” 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==8.0.0.

    ⬆️ If you want to upgrade to Nikola v8, make sure to read the Upgrading blog post.

    πŸ”„ Changes

    Important compatibility changes

    • πŸ“‡ Rename crumbs.tmpl to ui_helper.tmpl and the breadcrumbs bar function to breadcrumbs (your templates may need changing as well)
    • Rename post.is_mathjax to post.has_math. Themes using post.is_mathjax must be updated; it is recommended that they are changed to use math_helper.tmpl.
    • Reading reST docinfo metadata, including first heading as title, requires USE_REST_DOCINFO_METADATA now (Issue #2987)
    • RSS feeds might have changed their places due to RSS_PATH behavior changes (you may need to change RSS_PATH, RSS_FILENAME_BASE)
    • πŸ‘ Atom feeds for archives and Atom pagination are no longer supported (Issue #3016)
    • Sections are replaced by categories (Issue #2833)
    • You need <a class="reference"> (instead of image-reference) to activate the lightbox now
    • Date formatting now uses the Babel library, you might need to change BABEL_FORMAT (Issues #2606, 3121)
    • The first heading in a reST document is not removed anymore by default unless USE_REST_DOCINFO_METADATA is enabled (Issues #2382, #3124)

    πŸ”‹ Features

    • βž• Add Malayalam translation by Nemo Dicto
    • βž• Add Vietnamese translation by Hoai-Thu Vuong
    • Don’t generate gallery index if the destination directory is site root and it would conflict with blog index (Issue #3133)
    • ⚑️ All built-in themes now support updated timestamp fields in posts. The update time, if it is specified and different from the posting time, will be displayed as "{postDate} (${messages("updated")} {updateDate})". If no update time is specified, the posting time will be displayed alone.
    • πŸ‘ All built-in themes now support the DATE_FANCINESS option.
    • πŸ“œ Theme bundles are now parsed using the configparser module and can support newlines inside entries as well as comments
    • Make bootstrap4 navbar color configurable with THEME_CONFIG['navbar_light'] (Issue #2863)
    • πŸ†• New data_file option for chart shortcode and directive (Issue #3129)
    • πŸ‘‰ Show the filename of the missing file when nikola serve can't find a file (i.e. when an 404 error occurs).
    • πŸ‘ Better error messages for JSON download failures in nikola plugin and nikola theme (Issue getnikola/plugins#282)
    • πŸ‘‰ Use Babel instead of the locale module to better handle localizations (Issues #2606, #3121)
    • πŸ”„ Change DATE_FORMAT formats to CLDR formats (Issue #2606)
    • Add NAVIGATION_ALT_LINKS option, displayed on the right side in bootstrap4/bootblog4 (Issue #3030)
    • βž• Added documentation of Post objects to list of template variables (Issue #3003)
    • πŸ‘Œ Support featured posts in bootblog4 (Issue #2964)
    • βž• Add THEME_CONFIG setting that themes can use in any way
    • πŸ‘‰ Use youtube-nocookie.com for better privacy in youtube reST directive and improve the appearance of the player
    • πŸ‘Œ Support hackerthemes.com themes and renamed bootswatch_theme command subtheme (Issue #3049)
    • Add DISABLE_MAIN_ATOM_FEED setting (Issue #3016, Issue #3039)
    • Add ATOM_FILENAME_BASE setting (defaults to index for existing sites, but feed for new sites) (Issue #3016)
    • Add CATEGORY_DESTPATH_AS_DEFAULT, CATEGORY_DESTPATH_TRIM_PREFIX, CATEGORY_DESTPATH_FIRST_DIRECTORY_ONLY settings, as part of replacing sections with categories (Issue #2833)
    • 🏷 Tags draft, private and mathjax are no longer treated special if USE_TAG_METADATA is set to False (default for new sites) (Issue #2761)
    • πŸ‘ Replace draft and private tags with a status meta field (supports published, featured, draft, private) and mathjax with .. has_math: yes (Issue #2761)
    • Rename TAG_PAGES_TITLES β†’ TAG_TITLES, TAG_PAGES_DESCRIPTIONS β†’ TAG_DESCRIPTIONS.
    • Rename CATEGORY_PAGES_TITLES β†’ CATEGORY_TITLES, CATEGORY_PAGES_DESCRIPTIONS β†’ CATEGORY_DESCRIPTIONS.
    • πŸ‘ Produce a better error message when a template referenced in another template is missing (Issue #3055)
    • πŸ‘Œ Support captioned images and image ordering in galleries, as well as arbitrary metadata through a new metadata.yml file (Issue #3017, Issue #3050, Issue #2837)
    • πŸ†• New ATOM_PATH setting (Issue #2971)
    • πŸ‘‰ Make crumbs available to all pages
    • Allowing to customize RSS and Atom feed extensions with RSS_EXTENSION, ATOM_EXTENSION settings (Issue #3041)
    • Allowing to customize filename base appended to RSS_PATH with RSS_FILENAME_BASE setting (Issue #3041)
    • 0️⃣ Use basic ipynb template by default for slightly better appearance and behavior
    • πŸ›  Fixing behavior of RSS_PATH to do what the documentation says it does (Issue #3024)
    • βž• Add support for fragments in path handlers (Issue #3032)
    • New METADATA_VALUE_MAPPING setting to allow for flexible global modification of metadata (Issue #3025)
    • πŸ†• New smartjoin template function/filter that joins lists and leaves strings as-is (Issue #3025)
    • πŸ‘ Explain index.html conflicts better (Issue #3022)
    • Recognize both TEASER_END and (new) END_TEASER (Issue #3010) (warning: if you perform manual splits, the regex change means new indexes must be used)
    • New MARKDOWN_EXTENSION_CONFIGS setting (Issue #2970)
    • Replace flowr.js with justified-layout.js by Flickr (does not require jQuery!)
    • 0️⃣ bootblog4 is the new default theme (Issue #2964)
    • πŸ†• New bootstrap4 and bootblog4 themes (Issue #2964)
    • πŸ†• New Thai translation by Narumol Hankrotha and Jean Jordaan
    • πŸ‘Œ Support for Commento comment system (Issue #2773)
    • New PRESERVE_ICC_PROFILES option to control whether ICC profiles are preserved when copying images.
    • πŸ‘‰ Use baguetteBox in Bootstrap theme (part of Issue #2777)
    • πŸ†• New default-config command to generate a clean configuration.
    • πŸ†• New thumbnail shortcode similar to the reStructuredText thumbnail directive (via Issue #2809)
    • Rewrite nikola auto with asyncio and aiohttp (Issue #2850)
    • πŸ†• New listings shortcode similar to the reStructuredText listings directive (Issue #2868)
    • Switch to reStructuredText’s new HTML 5 renderer (Issue #2874)
    • πŸ—„ Deprecate html4css1.css in favor of rst_base.css (Issue #2874)
    • βž• Add support for MetadataExtractor plugins that allow custom, extensible metadata extraction from posts (Issue #2830)
    • πŸ‘Œ Support YAML and TOML metadata in 2-file posts (via Issue #2830)
    • Renamed UNSLUGIFY_TITLES β†’ FILE_METADATA_UNSLUGIFY_TITLES (Issue #2840)
    • πŸ‘‰ Add NIKOLA_SHOW_TRACEBACKS environment variable that shows full tracebacks instead of one-line summaries
    • 0️⃣ Use PRETTY_URLS by default on all sites (Issue #1838)
    • πŸ”¨ Feed link generation is completely refactored (Issue #2844)
    • Let path handlers return absolute URLs (Issue #2876)
    • βž• Add BLOG_EMAIL to global context to make it available for templates (Issue #2968)

    πŸ›  Bugfixes

    • πŸ“‡ Use UTF-8 instead of system encoding for gallery metadata.yml file
    • Do not remove first heading in document (reST document title) if USE_REST_DOCINFO_METADATA is disabled (Issue #3124)
    • Remove NO_DOCUTILS_TITLE_TRANSFORM setting, this is now default behavior if USE_REST_DOCINFO_METADATA is disabled (Issue #2382, #3124)
    • Enforce trailing slash for directories in nikola auto (Issue #3140)
    • Galleries with baguetteBox don’t glitch out on the first image anymore (Issue #3141)
    • Pass arguments to youtube directive unchanged (Issue #3150)
    • πŸ›  Fix listing installed themes if theme directory is missing.
    • Watch correct output folder in nikola auto (Issue #3119)
    • πŸ›  Fix post fragment dependencies when posts are only available in a non-default language (Issue #3112)
    • Implement MARKDOWN_EXTENSION_CONFIGS properly (Issue #2970)
    • Ignore .DS_Store when processing listings (Issue #3099)
    • βœ‚ Remove redundant check for tag similarity (Mentioned in Issue #3123)
    • πŸ‘Œ Improve appearance of bootblog4 on mobile (Issue #3069)
    • πŸ‘‰ Make smartjoin more flexible (Issue #3080)
    • πŸ‘‰ Make post-list and post_list synonymous (Issue #3083)
    • Support CATEGORY_DESTPATH_NAMES with pages following destpath
    • Make CATEGORY_PAGES_FOLLOW_DESTPATH more resilient (Issue #3081)
    • Guard against null items in gallery meta files (Issues #3076, #3077)
    • Respect USE_FILENAME_AS_TITLE in galleries with a meta file
    • πŸ›  Fix gallery metadata for multilingual sites (Issue #3078)
    • πŸ›  Fixes behavior for posts not available in default language (Issues #2956 and #3073)
    • Always follow FEED_LENGTH for Atom feeds
    • Apply filters to all Atom feeds
    • πŸ“‡ Read file metadata if compiler metadata exists and prefer it over compiler metadata (Issue #3008)
    • Rename DISABLE_INDEXES_PLUGIN_INDEX_AND_ATOM_FEED to DISABLE_INDEXES and DISABLE_INDEXES_PLUGIN_RSS_FEED to DISABLE_MAIN_RSS_FEED (Issue #3039)
    • πŸ”Œ Make chart shortcode its own plugin and make the reST directive depend on it.
    • πŸ”Œ Put post_list shortcode in its own plugin and make the reST directive depend on it.
    • πŸ“‡ Don’t silence syntax errors and other exceptions that occur while reading metadata
    • πŸ‘‰ Use documented dateutil API for time zone list (Issue #3006)
    • πŸ– Handle trailing slash redirects with query strings correctly in nikola serve (Issue #3000)
    • πŸ›  Fix w3c validation errors for itemscope entries in default themes
    • Hide β€œIncomplete language” message for overrides of complete languages
    • 🌐 Handle '/' and other absolute paths better in POSTS / PAGES / TRANSLATIONS (Issue #2982)
    • πŸ›  Fix loading non-default languages
    • πŸ‘Œ Support KaTeX for reST display math (Issue #2888)
    • πŸ—„ Use npm for asset management instead of bower, which was deprecated (Issue #2790)
    • Properly handle SHOW_INDEX_PAGE_NAVIGATION with Jinja templates (Issue #2960)
    • 🏁 Prevent crashes due to Windows-specific code in auto running on all platforms (Issue #2940)
    • Don’t run hyphenate on <pre> blocks (Issue #2939)
    • πŸ”Š Make errors in reST display in logs again
    • Unquote paths given to link:// magic URLs (Issue #2934)
    • 0️⃣ Specify UTF-8 input encoding for Mako as default (Issue #2930)
    • Don't trigger rebuilds in auto mode for files it's safe to ignore (Issue #2906)
    • πŸ›  Fix padding for Jupyter code blocks (Issue #2927)
    • ⏱ Apply SCHEDULE_ALL to posts only (Issue #2921)
    • βͺ Restore version number to Bootswatch URLs (Issue #2916)
    • Do not strip trailing slash in slug magic links
    • πŸ“‡ Ignore empty tags in HTML metadata reader (Issue #2890)
    • Do not remove doctype if add_header_permalinks or deduplicate_ids are used
    • πŸ“‡ Handle empty slug metadata (Issue #2887)
    • πŸ›  Fix crash when compiling empty .html posts (Issue #2851)
    • πŸš€ Make failures to get source commit hash non-fatal in github_deploy (Issue #2847)
    • Less cryptic error when guessing format from extension in new_post fails
    • πŸ“„ Use Jupyter name more consistently in docs
    • Support CODE_COLOR_SCHEME in Jupyter notebooks (Issue #2093)
    • Language was not passed to title and link generation for page indexes
    • βž• Addressed issue with snaps not allowing certain functions to work properly.

    βœ‚ Removed conf.py settings

    🚚 The following settings have been removed. Nikola will now always
    behave as if the value was what is displayed afer the setting name.

    • FEED_PREVIEWIMAGE = True
    • SITEMAP_INCLUDE_FILELESS_DIRS = True
    • USE_OPEN_GRAPH = True
    • USE_BASE_TAG = False

    βœ‚ Removed features

    • βœ‚ Removed Colorbox, baguetteBox is used instead (Issue #2777)
    • βœ‚ Removed googleplus comments (no longer supported) (Issue #635)
    • βœ‚ Removed the slides directive for docutils, it will now be a separate plugin.
    • ⬇️ Dropped Python 2 and Python 3.3 support (oldest supported version is 3.4)
    • βœ‚ Removed nikola install_theme β€” use nikola theme instead
    • ⬇️ Droppped insecure post β€œencryption” feature
    • πŸ—„ Stopped supporting all deprecated config options
    • ⬇️ Dropped annotations support (annotateit.org closed down in March 2017)
    • Removed taxonomy option also_create_classifications_from_other_languages (Issue #2785) and generate_atom_feeds_for_post_lists (Issue #3016)
    • βœ‚ Removed old 7-line metadata format (Issue #2839)
    • Atom feeds are now limited to one page (Issue #3016)
    • βœ‚ Removed sections (replaced by improved categories) (Issue #2833)
    • Moved tag_cloud_data.json generation to a separate tagcloud plugin (Issue #1696)
    • 🍱 The webassets library is no longer required, we now manually bundle files (Issue #3074)
  • v8.0.0.rc1 Changes

    September 08, 2018

    πŸš€ On behalf of the Nikola team, I am pleased to announce the immediate availability of Nikola v8.0.0rc1. This is the end of the road to Nikola version 8. Within 48 hours, assuming there are no grave bugs reported in that timeframe, we intend to release v8 final.

    What is Nikola?

    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 β€” 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==8.0.0rc1.

    ⬆️ If you want to upgrade to Nikola v8, make sure to read the Upgrading blog post.

    πŸ”„ Changes

    πŸ”‹ Features

    • βž• Add Vietnamese translation by Hoai-Thu Vuong
    • Don’t generate gallery index if the destination directory is site root and it would conflict with blog index (Issue #3133)
    • ⚑️ All built-in themes now support updated timestamp fields in posts. The update time, if it is specified and different from the posting time, will be displayed as "{postDate} (${messages("updated")} {updateDate})". If no update time is specified, the posting time will be displayed alone.
    • πŸ‘ All built-in themes now support the DATE_FANCINESS option.
    • πŸ“œ Theme bundles are now parsed using the configparser module and can support newlines inside entries as well as comments
    • Make bootstrap4 navbar color configurable with THEME_CONFIG['navbar_light'] (Issue #2863)

    πŸ›  Bugfixes

    • πŸ“‡ Use UTF-8 instead of system encoding for gallery metadata.yml file
    • Do not remove first heading in document (reST document title) if USE_REST_DOCINFO_METADATA is disabled (Issue #3124)
    • Remove NO_DOCUTILS_TITLE_TRANSFORM setting, this is now default behavior if USE_REST_DOCINFO_METADATA is disabled (Issue #2382, #3124)
    • Enforce trailing slash for directories in nikola auto (Issue #3140)
    • Galleries with baguetteBox don’t glitch out on the first image anymore (Issue #3141)

    βœ‚ Removed features

    • Moved tag_cloud_data.json generation to a separate tagcloud plugin (Issue #1696)
    • 🍱 The webassets library is no longer required, we now manually bundle files (Issue #3074)
  • v8.0.0.b3 Changes

    August 07, 2018

    πŸš€ On behalf of the Nikola team, I am pleased to announce the immediate availability of Nikola v8.0.0b3. This is the third and hopefully final beta of Nikola v8. The big change in this release is the adoption of Babel to handle date translations (instead of relying on system locale, which didn’t work well for us). Other issues and bugs were fixed.

    Many themes in our Index have been ported for Nikola v8, but some of them are not yet there.

    What is Nikola?

    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 β€” 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==8.0.0b3.

    ⬆️ If you want to upgrade to Nikola v8, make sure to read the Upgrading blog post.

    πŸ”„ Changes

    πŸ”‹ Features

    • πŸ†• New data_file option for chart shortcode and directive (Issue #3129)
    • πŸ‘‰ Show the filename of the missing file when nikola serve can't find a file (i.e. when an 404 error occurs).
    • πŸ‘ Better error messages for JSON download failures in nikola plugin and nikola theme (Issue getnikola/plugins#282)
    • πŸ‘‰ Use Babel instead of the locale module to better handle localizations (Issues #2606, #3121)
    • πŸ”„ Change DATE_FORMAT formats to CLDR formats (Issue #2606)

    πŸ›  Bugfixes

    • πŸ›  Fix listing installed themes if theme directory is missing.
    • Watch correct output folder in nikola auto (Issue #3119)
    • πŸ›  Fix post fragment dependencies when posts are only available in a non-default language (Issue #3112)
    • Implement MARKDOWN_EXTENSION_CONFIGS properly (Issue #2970)
    • Ignore .DS_Store when processing listings (Issue #3099)
    • βœ‚ Remove redundant check for tag similarity (Mentioned in Issue #3123)