Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #198 from getnikola/fix-sidebar-doc
Converting ReST named .md to actually MarkDown.
  • Loading branch information
felixfontein committed Jan 6, 2017
2 parents e7731e2 + 52a04ba commit 85f03bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions v7/sidebar/README.md
@@ -1,5 +1,5 @@
This plugin renders a sidebar ``output/sidebar-LANG.inc`` defined by a template ``sidebar.tmpl``. The sidebar can contain the most recent posts, all categories, all tags, the archives, all sections, and other taxonomies and arbitrary other content. The packaged ``sidebar.tmpl`` and ``sidebar-helper.tmpl`` shows how this information can be shown.
This plugin renders a sidebar `output/sidebar-LANG.inc` defined by a template `sidebar.tmpl`. The sidebar can contain the most recent posts, all categories, all tags, the archives, all sections, and other taxonomies and arbitrary other content. The packaged `sidebar.tmpl` and `sidebar-helper.tmpl` shows how this information can be shown.

The generated include file, one per language, must be somehow included in the rest of the blog. This can be done by using JavaScript to dynamically include the file, or by using tools like `File Tree Subs <https://github.com/felixfontein/filetreesubs/>`__.
The generated include file, one per language, must be somehow included in the rest of the blog. This can be done by using JavaScript to dynamically include the file, or by using tools like [File Tree Subs](https://github.com/felixfontein/filetreesubs/).

The maximum number of most recent posts can be changed by defining ``SIDEBAR_MAXIMUM_POST_COUNT = number`` in the Nikola configuration.
The maximum number of most recent posts can be changed by defining `SIDEBAR_MAXIMUM_POST_COUNT = number` in the Nikola configuration.

0 comments on commit 85f03bc

Please sign in to comment.