gulp-site-generator
gulp-site-generator copied to clipboard
A static site generator using Gulp
I followed the installation steps described in the README but the gulp commands do not work. First after installation `node tools/install` it gave an error saying that the module "browser-sync"...
Is there anyway to do this? I'm building a SEO friendly apps store with this generator, I need thumbnails and possibly other images to be passed into the handlebars each...
Hi, I want to use vendor UI kits (such as `bootstrap` for example). So, How can I concatenate those libs' css files into main `style.css` like `concatJs` option? P.S. I...
Hi, I think it should put `browser-sync` as `devDependencies` while generating `package.json` in root directory! And also, It would be better if it compare and then merge existing `package.json` (if...
It would be nice to have subpages.
When using a CDN, asset revisioning is important. Please support asset revisioning for: - css - js
Create new task `gulp editor` that runs in develop mode whilst providing a markdown editor for easy editing and previewing of posts and pages. A tree view of content to...
To avoid repeating frequently used front matter variables for each piece of content, just define defaults for them and only override them where necessary (or not at all). Also add...