Skip to content

Commit

Permalink
Version 7.8.12
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Mar 17, 2018
1 parent 6c16c28 commit 5fafb64
Show file tree
Hide file tree
Showing 10 changed files with 55 additions and 9 deletions.
41 changes: 41 additions & 0 deletions posts/nikola-v7812-is-out-maintenance-release.txt
@@ -0,0 +1,41 @@
.. title: Nikola v7.8.12 is out! (maintenance release)
.. slug: nikola-v7812-is-out-maintenance-release
.. date: 2018-03-17 16:44:42 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.8.12. This is a maintenance release for the
v7 series.

Future releases in the v7 series are going to be small maintenance
releases that include bugfixes only, as work on v8.0.0 is underway.

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`` or download tarballs on `GitHub`__ and `PyPI`__.

__ https://github.com/getnikola/nikola/releases/tag/v7.8.12
__ https://pypi.python.org/pypi/Nikola/7.8.12

Changes
=======

* Fix loading non-default languages
2 changes: 1 addition & 1 deletion state_data.json
@@ -1,3 +1,3 @@
{
"last_deploy": "2018-03-06T18:45:32.700735"
"last_deploy": "2018-03-17T16:46:03.595142"
}
5 changes: 5 additions & 0 deletions stories/CHANGES.txt
@@ -1,3 +1,8 @@
New in v7.8.12
==============

* Fix loading non-default languages

New in v7.8.11
==============

Expand Down
4 changes: 2 additions & 2 deletions stories/conf.txt
@@ -1,11 +1,11 @@
.. title: Nikola v7.8.11 configuration file
.. title: Nikola v7.8.12 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.8.11 is reproduced below.
The default config file for Nikola v7.8.12 is reproduced below.

.. raw:: html

Expand Down
2 changes: 1 addition & 1 deletion stories/extending.txt
Expand Up @@ -9,7 +9,7 @@
Extending Nikola
================

:Version: 7.8.11
:Version: 7.8.12
:Author: Roberto Alsina <ralsina@netmanagers.com.ar>

.. class:: alert alert-info pull-right
Expand Down
2 changes: 1 addition & 1 deletion stories/manual.txt
Expand Up @@ -9,7 +9,7 @@
The Nikola Handbook
===================

:Version: 7.8.11
:Version: 7.8.12

.. class:: alert alert-info pull-right

Expand Down
2 changes: 1 addition & 1 deletion stories/social_buttons.txt
Expand Up @@ -9,7 +9,7 @@
Using Alternative Social Buttons with Nikola
============================================

:Version: 7.8.11
:Version: 7.8.12

.. class:: alert alert-info pull-right

Expand Down
2 changes: 1 addition & 1 deletion stories/support.rst
Expand Up @@ -4,7 +4,7 @@
.. description: Get help using Nikola, or contact us.
.. author: The Nikola Team
:Version: 7.8.11
:Version: 7.8.12

.. class:: alert alert-info pull-right

Expand Down
2 changes: 1 addition & 1 deletion stories/template-variables.rst
Expand Up @@ -3,7 +3,7 @@
.. date: 2017-04-13 12:00:00
.. author: The Nikola Team
:Version: 7.8.11
:Version: 7.8.12
:Author: Chris Warrick <chris@getnikola.com>

Variables available in templates are listed below.
Expand Down
2 changes: 1 addition & 1 deletion stories/theming.txt
Expand Up @@ -9,7 +9,7 @@
Theming Nikola
==============

:Version: 7.8.11
:Version: 7.8.12
:Author: Roberto Alsina <ralsina@netmanagers.com.ar>

.. class:: alert alert-info pull-right
Expand Down

0 comments on commit 5fafb64

Please sign in to comment.