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.
Showing
10 changed files
with
10 additions
and
10 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
@@ -1,4 +1,4 @@ | ||
New in master | ||
New in v7.7.1 | ||
============= | ||
|
||
Features | ||
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 @@ | ||
Extending Nikola | ||
================ | ||
|
||
:Version: 7.7.0 | ||
:Version: 7.7.1 | ||
:Author: Roberto Alsina <ralsina@netmanagers.com.ar> | ||
|
||
.. class:: alert alert-info pull-right | ||
BIN
-2 Bytes
(100%)
docs/man/nikola.1.gz
Binary file not shown.
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
@@ -6,7 +6,7 @@ Nikola | ||
A Static Site and Blog Generator | ||
-------------------------------- | ||
|
||
:Version: Nikola v7.7.0 | ||
:Version: Nikola v7.7.1 | ||
:Manual section: 1 | ||
:Manual group: User Commands | ||
|
||
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 @@ | ||
The Nikola Handbook | ||
=================== | ||
|
||
:Version: 7.7.0 | ||
:Version: 7.7.1 | ||
|
||
.. 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 @@ | ||
Using Alternative Social Buttons with Nikola | ||
============================================ | ||
|
||
:Version: 7.7.0 | ||
:Version: 7.7.1 | ||
|
||
.. 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
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.0 | ||
:Version: 7.7.1 | ||
:Author: Roberto Alsina <ralsina@netmanagers.com.ar> | ||
|
||
.. 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
@@ -29,7 +29,7 @@ | ||
from __future__ import absolute_import | ||
import os | ||
|
||
__version__ = "7.7.0" | ||
__version__ = "7.7.1" | ||
DEBUG = bool(os.getenv('NIKOLA_DEBUG')) | ||
|
||
from .nikola import Nikola # NOQA | ||
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