You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
thumbsup/example/build.js

20 lines
371 B
JavaScript

var thumbsup = require('../src/index');
thumbsup.build({
// the input folder
// with all photos/videos
input: 'example/media',
// the output folder
// for the thumbnails and static pages
output: 'example/website',
// relative path to the media
// a local path for testing
// but this could be the URL to an S3 bucket
mediaPrefix: '../media'
});