{%= description %}
Here's a preview
{%= include("install-npm", {save: true}) %}
Register the middleware with Assemble:
options: {
plugins: ['{%= name %}', 'foo/*.js']
}
Visit the plugins docs for more info or for help getting started.
Add this markup where you want the navigation:
<div id="navigation">
<!-- navigation -->
</div>
The plugin uses page headings to construct the nav items, results in something like:
<div id="navigation">
<!-- navigation -->
<ul class="nav sidenav">
<li><a href="#collections">Collections</a>
<ul class="nav">
<li> <a href="#collections-after">{{after}}</a> </li>
<li> <a href="#collections-any">{{any}}</a> </li>
<li> <a href="#collections-before">{{before}}</a> </li>
</ul>
</li>
</ul>
</div>
{%= related(verb.related.list, {remove: name}) %}
{%= include("contributing") %}
{%= include("author") %}
{%= copyright() %} {%= license() %}
{%= include("footer") %}