Skip to content

Commit

Permalink
Nikola v7.8.13
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 20, 2018
1 parent 5fafb64 commit 535bc73
Show file tree
Hide file tree
Showing 37 changed files with 1,238 additions and 9 deletions.
1 change: 1 addition & 0 deletions listings/conf.py
Expand Up @@ -73,6 +73,7 @@
# sr_latin Serbian (Latin)
# sv Swedish
# te Telugu
# th Thai
# tr Turkish [NOT tr_TR]
# uk Ukrainian
# ur Urdu
Expand Down
44 changes: 44 additions & 0 deletions posts/nikola-v7813-is-out-maintenance-release.txt
@@ -0,0 +1,44 @@
.. title: Nikola v7.8.14 is out! (maintenance release)
.. slug: nikola-v7814-is-out-maintenance-release
.. date: 2018-03-20 17:50:57 UTC
.. tags: nikola, planet, python, programming, release
.. category:
.. link:
.. description:
.. type: text

On behalf of the Nikola team, I am pleased to announce the immediate
availability of Nikola v7.8.13. 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.13
__ https://pypi.python.org/pypi/Nikola/7.8.13

Changes
=======

* Add new Thai translation by Narumol Hankrotha and Jean Jordaan
(v8 backport)
* Hide “Incomplete language” message for overrides of complete
languages
* Restore ability to override messages partially
2 changes: 1 addition & 1 deletion state_data.json
@@ -1,3 +1,3 @@
{
"last_deploy": "2018-03-17T16:46:03.595142"
"last_deploy": "2018-03-20T17:53:59.388459"
}
9 changes: 9 additions & 0 deletions stories/CHANGES.txt
@@ -1,3 +1,12 @@
New in v7.8.13
==============

* Add new Thai translation by Narumol Hankrotha and Jean Jordaan
(v8 backport)
* Hide “Incomplete language” message for overrides of complete
languages
* Restore ability to override messages partially

New in v7.8.12
==============

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

.. 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.12
:Version: 7.8.13

.. 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.12
:Version: 7.8.13

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

.. class:: alert alert-info pull-right
Expand Down
8 changes: 8 additions & 0 deletions themes/bootstrap3/README.md
@@ -0,0 +1,8 @@
A theme based on Bootstrap 3.

There is a variant called bootstrap3-gradients which uses an extra CSS
file for a *visually enhanced experience* (according to Bootstrap
developers at least). This one uses the default bootstrap3 flat look.

This theme supports Bootswtach font/color schemes (unlike
bootstrap3-gradients) through the `nikola bootswatch_theme` command.
6 changes: 6 additions & 0 deletions themes/bootstrap3/assets/css/bootstrap-theme.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions themes/bootstrap3/assets/css/bootstrap-theme.min.css.map

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions themes/bootstrap3/assets/css/bootstrap.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions themes/bootstrap3/assets/css/bootstrap.min.css.map

Large diffs are not rendered by default.

218 changes: 218 additions & 0 deletions themes/bootstrap3/assets/css/theme.css
@@ -0,0 +1,218 @@
#container {
width: 960px;
margin: 0 auto;
}

#contentcolumn {
max-width: 760px;
}
#q {
width: 150px;
}

img {
max-width: 90%;
}

.postbox {
border-bottom: 2px solid darkgrey;
margin-bottom: 12px;
}

.titlebox {
text-align: right;
}

#addthisbox {margin-bottom: 12px;}

td.label {
/* Issue #290 */
background-color: inherit;
}

.footnote-reference {
/* Issue 290 */
vertical-align: super;
font-size: xx-small;
}


.caption {
/* Issue 292 */
text-align: center;
padding-top: 1em;
}

div.figure > img,
div.figure > a > img {
/* Issue 292 */
display: block;
margin-left: auto;
margin-right: auto;
}

blockquote p, blockquote {
font-size: 17.5px;
font-weight: 300;
line-height: 1.25;
}

ul.bricks > li {
display: inline;
background-color: lightblue;
padding: 8px;
border-radius: 5px;
line-height: 3;
white-space:nowrap;
margin: 3px;
}

.at300b, .stMainServices, .stButton, .stButton_gradient {
box-sizing: content-box;
}

pre, pre code {
white-space: pre;
word-wrap: normal;
overflow: auto;
}

article.post-micro {
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 1.5em;
}

.image-block {
display: inline-block;
}

.flowr_row {
width: 100%;
}

.tags {
padding-left: 0;
margin-left: -5px;
list-style: none;
text-align: center;

}

.tags > li {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
background-color: #999;
border-radius: 10px;
}

.tags > li a {
color: #fff;
}

.metadata p:before,
.postlist .listdate:after,
.translationslist p:before {
content: " — ";
}

.metadata p:first-of-type:before,
.translationslist p:first-of-type:before {
content: "";
}

.metadata p,
.translationslist p {
display: inline;
}

.posttranslations h3, .translationslist h3 {
display: inline;
font-size: 1em;
font-weight: bold;
}

.posttranslations h3:last-child, .translationslist h3:last-child {
display: none;
}

.entry-content {
margin-top: 1em;
}

.navbar-brand {
padding: 0 15px;
}

.navbar-brand #blog-title {
padding: 15px 0;
display: inline-block;
}

.navbar-brand #logo {
max-width: 100%;
}

.navbar-brand>img {
display: inline;
}

.row {
margin: 0;
}

/* for alignment with Bootstrap's .entry-content styling */
.entry-summary {
margin-top: 1em;
}

/* Custom page footer */
#footer {
padding-top: 19px;
color: #777;
border-top: 1px solid #e5e5e5;
}

.codetable {
table-layout: fixed;
}

.codetable pre {
overflow-x: scroll;
}

/* hat tip bootstrap/html5 boilerplate */
@media print {
*, *:before, *:after {
font-family: Garamond, Junicode, serif;
}

body {
font-size: 12pt;
}

article .entry-title a[href]:after,
article .metadata a[href]:after,
article .tags a[href]:after {
content: "";
}

article .metadata .sourceline {
display: none;
}

article .metadata .linkline a[href]:after {
content: " (" attr(href) ")";
}

.navbar {
display: none;
}
}
Binary file not shown.

0 comments on commit 535bc73

Please sign in to comment.