Nikola v7.6.0 is out!

Chris Warrick kwpolska at gmail.com
Thu Jul 2 14:27:37 CEST 2015


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

On behalf of the Nikola team, I am pleased to announce the immediate
availability of Nikola v7.6.0. It fixes some bugs and adds new
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 (IPython) 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/

Key Changes since v7.5.1
========================

* ``nikola auto`` fixed for Python 3 and while rebuilding
* ``nikola auto`` now uses watchdog and supports **Windows**
* Support for Jupyter Notebooks: you can now use non-Python ``.ipynb``
  files with Nikola (``ipynb at KERNEL`` to pick a kernel)
* Added ``nikola new_post -F`` to list available compilers
* Better print CSS
* Per-post filters via metadata

Downloads
=========

Get it on GitHub and PyPI:

https://github.com/getnikola/nikola/releases/tag/v7.6.0
https://pypi.python.org/pypi/Nikola/7.6.0

Changes
=======

Features
- --------

* Translate ``Write your post here.`` to default language (Issue 
#1621)
* Enable ``PRETTY_URLS`` by default on new sites created by the wizard
  (Issue #1838)
* Add ``-F``, ``--available-compilers`` option to ``nikola new_post``
  and ``nikola new_page`` (Issue #1837)
* Add print CSS to all default themes (Issue #1817)
* Support other kernels for ipynb/Jupyter using
  ``nikola new_post -f ipynb at kernel`` (Issues #1774, #1834)
* Add distinct styling for the site footer in bootstrap3
* Bootstrap v3.3.5 (Issue #1828)
* Use ``watchdog`` in ``nikola auto`` (Issue #1810)
* Add redirection for tags in Wordpress importer (Issue #1168)
* Add support for ``html_tidy_withconfig`` to use a ``tidy5.conf`` 
file
  (Issue #1795)
* Change default tidy5 filters not to drop empty elements (Issue 
#1795)
* Apply per-post filters via metadata (Issue #914)

Bugfixes
- --------

* Nikola auto was broken in python 3 (Issue #1830)
* Read configuration when importing into an existing site (Issue 
#1823)
* Don’t crash on non-UTF-8 files during sitemap generation (Issue 
#1842)
* Unnecessary rebuilds of yearly archives (Issue #1833)
* Quietly ignore non-existent files in ``nikola check -l`` (Issue 
#1831)
* Don’t rebuild all tag or category pages when changing tag/category 
descriptions
* Fix crash in wordpress code importer (Issue #1819)
* Call correct command in ``nikola auto``

- -- 
Chris Warrick <http://chriswarrick.com/>
PGP: 5EAAEA16
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAEBCAAGBQJVlS45AAoJEHECPb1equoWdKAIAJvDhrG0ppRcuSPQvy/YwNSM
Q+jGgaDKOz4S1NjsmbCYTnrwQ0vnEROpx1d9Q6NzsCp7TdfmfHQ3apYytLKdORRY
0+IUCbSq4dxtKSYZBcGAq4751Pp+vrsU1R6hXTRdSdY7JJJ7+Co3coBgvK3pLqSV
9nM1hCfOBkCmrfutTwtQ/4zEEmlY1xSsdm2+1vomlYsJZ8oZxkaFrW6tsy/iMhVA
1qx1MMCpVJb4EzmIdt27ol6dHApABQRXFSL5PUUsVvxjpX7mhi8Emra9b2CdrhsP
Z0hHsRMDP4q64qQVpKd/34XUcHjUrlKZR0RHmFWR51XbzAzHeihUeMN50KC9Uio=
=IEC/
-----END PGP SIGNATURE-----



More information about the Python-announce-list mailing list