Skip to content

Commit

Permalink
Version 7.8.11
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Dec 29, 2017
1 parent 20932c3 commit f466e4b
Show file tree
Hide file tree
Showing 12 changed files with 68 additions and 14 deletions.
@@ -1,8 +1,8 @@
.. title: A CMS (or two) for Nikola: Dato CMS and Netlify CMS integration
.. slug: a-cms-or-two-for-nikola-dato-cms-and-netlify-cms-integration
.. date: 2017-12-05 19:15:00 UTC
.. tags: planet,nikola,netlify,datocms
.. description: Two CMSes for Nikola: Dato CMS and Netlify CMS.
.. tags: planet,nikola,netlify,datocms,contentful
.. description: Three CMSes for Nikola: Dato CMS, Netlify CMS, and Contentful.
.. type: text
.. author: Chris Warrick

Expand All @@ -13,10 +13,11 @@ Coil CMS, but that project is now dead, and was hard to configure properly.
The problem was not solved, *until now*.

Roberto Alsina and Chris Warrick independently built integrations for **Dato
CMS** and **Netlify CMS**. Here they are:
CMS**, **Netlify CMS** and **Contentful**. Here they are:

* https://plugins.getnikola.com/v8/datocms/
* https://github.com/getnikola/nikola-netlify-cms
* https://plugins.getnikola.com/v8/contentful/

Both CMSes offer facilities for non-technical editors to write content,
including a **WYSIWYG** editor.
Expand All @@ -26,6 +27,11 @@ Travis CI, or Netlify). Our integration lets you deploy your site anywhere.

**Netlify CMS** can be deployed with one click (and a few configuration changes),
and includes automation and hosting at Netlify (and GitHub). You can also use
some other service, but that will require some extra work on your side.
some other hosting service, but that will require some extra work on your side.

**Contentful** does not require a local install of Node to work, which makes
it easier to use and automate, while leaving the hosting up to you.

Make sure to check them both out — have fun!

*(Updated 2017-12-06 to add Contentful support)*
42 changes: 42 additions & 0 deletions posts/nikola-v7811-is-out-maintenance-release.txt
@@ -0,0 +1,42 @@
.. title: Nikola v7.8.11 is out! (maintenance release)
.. slug: nikola-v7811-is-out-maintenance-release
.. date: 2017-12-29 12:43:32 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.11. 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.11
__ https://pypi.python.org/pypi/Nikola/7.8.11

Changes
=======

* Make errors in reST display in logs again
* Restore version number to Bootswatch URLs (Issue #2916)
2 changes: 1 addition & 1 deletion state_data.json
@@ -1,3 +1,3 @@
{
"last_deploy": "2017-12-05T20:01:57.033146"
"last_deploy": "2017-12-29T12:52:45.817625"
}
6 changes: 6 additions & 0 deletions stories/CHANGES.txt
@@ -1,3 +1,9 @@
New in v7.8.11
==============

* Make errors in reST display in logs again
* Restore version number to Bootswatch URLs (Issue #2916)

New in v7.8.10
==============

Expand Down
4 changes: 2 additions & 2 deletions stories/conf.txt
@@ -1,11 +1,11 @@
.. title: Nikola v7.8.10 configuration file
.. title: Nikola v7.8.11 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.10 is reproduced below.
The default config file for Nikola v7.8.11 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.10
:Version: 7.8.11
:Author: Roberto Alsina <ralsina@netmanagers.com.ar>

.. class:: alert alert-info pull-right
Expand Down
2 changes: 1 addition & 1 deletion stories/features/index.html
Expand Up @@ -156,7 +156,7 @@ <h4 id="auto" class="media-heading">Automatic rebuilds</h4>
<div class="media-body">
<h4 id="cms" class="media-heading">Easy to use with a CMS</h4>
<p>If you want to use Nikola for a website that has content authored by people who do not like command-line interfaces or who would prefer to use a WYSIWYG editor, we have some solutions for you.</p>
<p>Nikola can work with many static-site CMS solutions, including Dato CMS and Netlify CMS. You can get a user-friendly admin panel for your Nikola site in just a few minutes.</p>
<p>Nikola can work with many static-site CMS solutions, including Dato CMS, Netlify CMS and Contentful. You can get a user-friendly admin panel for your Nikola site in just a few minutes.</p>
<p><a href="https://getnikola.com/blog/a-cms-or-two-for-nikola-dato-cms-and-netlify-cms-integration.html" class="btn btn-sm btn-default">Read a blog post about CMS integration »</a></p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion stories/manual.txt
Expand Up @@ -9,7 +9,7 @@
The Nikola Handbook
===================

:Version: 7.8.10
:Version: 7.8.11

.. 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.10
:Version: 7.8.11

.. 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.10
:Version: 7.8.11

.. 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.10
:Version: 7.8.11
: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.10
:Version: 7.8.11
:Author: Roberto Alsina <ralsina@netmanagers.com.ar>

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

0 comments on commit f466e4b

Please sign in to comment.