Home

Awesome

CMS.js Album Generator

Scrapes a directory of photos and creates markdown files to be used by CMS.js enabled site

--

Use:

// EDIT AS NEEDED
const _directory  = '../myphotos/albums/';
const _target     = './posts/';
$ npm install
$ node .

Licence:

MIT License