Assuming that you have node and npm installed and available, create a project folder with a valid package.json. Install the necessary dependencies:
npm install --save-dev metalsmith metalsmith-in-place handlebars
Create a file called build.js at the root of your project folder, containing the fo...