Navigation Menu

Skip to content

Commit

Permalink
Remove flowr (pre switch to justified-layout)
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 ab74332 commit ead8ce7
Show file tree
Hide file tree
Showing 22 changed files with 1,963 additions and 618 deletions.
3 changes: 2 additions & 1 deletion CHANGES.txt
Expand Up @@ -4,6 +4,7 @@ New in master
Features
--------

* Replace ``flowr.js`` with ``justified-layout`` by Flickr
* ``bootblog4`` is the new default theme (Issue #2964)
* New ``bootstrap4`` and ``bootblog4`` themes (Issue #2964)
* New PRESERVE_ICC_PROFILES option to control whether ICC profiles are
Expand All @@ -28,7 +29,7 @@ Features
* Use ``PRETTY_URLS`` by default on all sites (Issue #1838)
* Feed link generation is completely refactored (Issue #2844)
* Let path handlers return absolute URLs (Issue #2876)
* Add ``BLOG_EMAIL`` to global context to make it available for
* Add ``BLOG_EMAIL`` to global context to make it available for
templates (Issue #2968)

Bugfixes
Expand Down
7 changes: 4 additions & 3 deletions docs/theming.txt
Expand Up @@ -37,8 +37,8 @@ assets
and ``fonts`` (Bootstrap).

The included themes use `Bootstrap <https://getbootstrap.com/>`_, `Colorbox
<http://www.jacklmoore.com/colorbox>`_, `Flowr.js
<https://github.com/kalyan02/flowr-js>`_ and `Moment.js
<http://www.jacklmoore.com/colorbox>`_, `Justified Layout by Flickr
<http://flickr.github.io/justified-layout/>`_ and `Moment.js
<https://momentjs.com/>`_, so they are in assets, along with CSS files for
syntax highlighting, reStructuredText and Jupyter, as well as a minified
copy of jQuery.
Expand Down Expand Up @@ -259,7 +259,8 @@ These are the templates that come with the included themes:
+ ``title``: The title of the image.
+ ``size``: A dict containing ``w`` and ``h``, the real size of the thumbnail.

* ``photo_array_json``: a JSON dump of photo_array, used in the bootstrap theme by flowr.js
* ``photo_array_json``: a JSON dump of photo_array, used by the
``justified-layout`` script

``list.tmpl``
Template used to display generic lists of links, which it gets in ``items``,
Expand Down
307 changes: 0 additions & 307 deletions nikola/data/themes/base/assets/js/flowr.js

This file was deleted.

0 comments on commit ead8ce7

Please sign in to comment.