metalsmith-simple-navigation

1.0.1 • Public • Published

metalsmith-simple-navigation

A Metalsmith plugin that creates a simple array of files to use for navigation

Installation

$ npm install metalsmith-simple-navigation

CLI Usage

Install via npm and then add the metalsmith-excerpts key to your metalsmith.json plugin, like so:

{
  "plugins": {
    "metalsmith-simple-navigation": true
  } 
}

Javascript Usage

var simpleNav = require('metalsmith-simple-navigation');

metalsmith.use(simpleNav());

Usage

Array is attached to metalsmith's metadata and the default name for it is nav

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i metalsmith-simple-navigation

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • eisisig