Skip to content

Commit 676f48b

Browse files
committedAug 8, 2015
v7.6.3 annnoucement
1 parent e7c50e7 commit 676f48b

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed
 

‎posts/nikola-v7.6.3-is-out.md

+53
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
<!--
2+
.. title: Nikola v7.6.3 is out!
3+
.. slug: nikola-v7.6.3-is-out
4+
.. date: 2015-08-08 14:12:36 UTC
5+
.. tags: nikola, planet, python, programming, release
6+
.. category:
7+
.. link:
8+
.. description:
9+
.. type: text
10+
-->
11+
12+
On behalf of the Nikola team, I am pleased to announce the immediate availability of Nikola v7.6.3. It fixes some bugs and adds new features.
13+
14+
What is Nikola?
15+
===============
16+
17+
Nikola is a static site and blog generator, written in Python.
18+
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).
19+
20+
Find out more at the website: https://getnikola.com/
21+
22+
Downloads
23+
=========
24+
25+
Install using `pip install Nikola` or download tarballs on [GitHub][] and [PyPI][].
26+
27+
[GitHub]: https://github.com/getnikola/nikola/releases/tag/v7.6.3
28+
[PyPI]: https://pypi.python.org/pypi/Nikola/7.6.3
29+
30+
Changes
31+
=======
32+
33+
Features
34+
--------
35+
36+
* New translations: Serbian and Bosnian, by saleone
37+
* Added mechanism for rest extensions to depend on configuration options
38+
(Issue #1919)
39+
* Render Jupyter notebooks (ipynb) in listings (Issue #1900)
40+
41+
Bugfixes
42+
--------
43+
44+
* Handle folders without trailing slashes in nikola auto (Issue #1933)
45+
* Set a base element to aid relative URL resolution, stripped on-the-fly
46+
when using the auto or serve command to view site locally. (Issue #1922)
47+
* Rebuild archives when post slugs and titles change (Issue #1931)
48+
* Handle special characters in URLs in nikola auto (Issue #1925)
49+
* Avoid Broken Pipe error in nikola auto (Issue #1906)
50+
* "nikola auto" serving implicit index.html with wrong mime type (Issue #1921)
51+
* Handle non-integer shutter speeds and other variables in WordPress
52+
importer (Issue #1917)
53+

0 commit comments

Comments
 (0)
Please sign in to comment.