0.0.1 • Published 9 years ago

metalsmith-scan-images v0.0.1

Weekly downloads
6
License
-
Repository
github
Last release
9 years ago

Metalsmith Scan Images

A metalsmith plugin that scan all images in subfolders and add it to metadata.

Install

npm install --save metalsmith-scan-images

API

var Metalsmith = require('metalsmith');
var paths = require('metalsmith-paths');

var metalsmith = new Metalsmith(__dirname)
  .use(paths( 'content/projects/**/*.md' ));