The gulp + metalsmith builder for RedHatForum Templates
# Setup
npm install --global gulp
git clone [email protected]:RedHatBrand/RedHatForumTemplates.git
cd RedHatForumTemplates
npm install
# Run server
gulp
# Deploy
gulp build && gulp deploy