Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Nikola v7.7.8
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
- Loading branch information
Showing
9 changed files
with
175 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,56 @@ | ||
.. title: Nikola v7.7.8 is out! | ||
.. slug: nikola-v778-is-out | ||
.. date: 2016-04-29 12:22:56 UTC | ||
.. tags: nikola, planet, python, programming, release | ||
.. category: | ||
.. link: | ||
.. description: | ||
.. type: text | ||
.. author: Chris Warrick | ||
|
||
On behalf of the Nikola team, I am pleased to announce the immediate | ||
availability of Nikola v7.7.8. It fixes some bugs and adds (minor) 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/ | ||
|
||
Downloads | ||
========= | ||
|
||
Install using ``pip install Nikola`` or download tarballs on `GitHub`__ and `PyPI`__. | ||
|
||
__ https://github.com/getnikola/nikola/releases/tag/v7.7.8 | ||
__ https://pypi.python.org/pypi/Nikola/7.7.8 | ||
|
||
Changes | ||
======= | ||
|
||
Features | ||
-------- | ||
|
||
* Template-based shortcodes now receive positional arguments too (Issue #2319) | ||
|
||
Bugfixes | ||
-------- | ||
|
||
* Use state files in ``nikola github_deploy`` and ``nikola status`` | ||
(Issue #2317) | ||
* Add ``align`` options for ``youtube``, ``vimeo``, ``soundcloud`` | ||
reST directives (Issue #2304) | ||
* Update ``FILE_METADATA_REGEXP`` example in docs (Issue #2296) | ||
* Show “tags too similar” error instead of cryptic doit crash (Issue #2325) | ||
* Fix crashes when tag appears multiple times in a post (Issue #2315) | ||
* Use binary I/O for ``.svg`` files in galleries | ||
* Accept ``.svgz`` extension by default | ||
* Don't randomly load plugins when Nikola is called with no arguments (Issue #2297) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,3 @@ | ||
{ | ||
"last_deploy": "2016-02-11T18:03:22.825787" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -1,10 +1,10 @@ | ||
.. title: Nikola v7.7.7 configuration file | ||
.. title: Nikola v7.7.8 configuration file | ||
.. slug: conf | ||
.. date: 2014-11-08 18:51:30 UTC | ||
.. description: The Nikola configuration file. | ||
.. type: text | ||
.. author: The Nikola Team | ||
|
||
The default config file for Nikola v7.7.6 is reproduced below. | ||
The default config file for Nikola v7.7.8 is reproduced below. | ||
|
||
.. listing:: conf.py python |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -9,7 +9,7 @@ | ||
Using Alternative Social Buttons with Nikola | ||
============================================ | ||
|
||
:Version: 7.7.7 | ||
:Version: 7.7.8 | ||
|
||
.. class:: alert alert-info pull-right | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -9,7 +9,7 @@ | ||
Theming Nikola | ||
============== | ||
|
||
:Version: 7.7.7 | ||
:Version: 7.7.8 | ||
:Author: Roberto Alsina <ralsina@netmanagers.com.ar> | ||
|
||
.. class:: alert alert-info pull-right | ||