Awesome
CMS.js Album Generator
Scrapes a directory of photos and creates markdown files to be used by CMS.js enabled site
--
Use:
- clone / download this files
cd
to them- edit index.js variables as needed:
// EDIT AS NEEDED
const _directory = '../myphotos/albums/';
const _target = './posts/';
- run:
$ npm install
$ node .