Fixes
- Fix
gulp-mocha
to v3.0.1 to ensureistanbul
coverage is generated
Features
- Replace livereload with browser-sync [#35]
- Replace uncss with sass in develop task [#35]
- Uplift npm packages
Fixes
- Fix update script to ignore installing
content/template.md
if missing
Features
- Open browser in development task
- Open browser in server task
Features
- Change tasks for development - run specific tasks on changes
- Draft posts/pages are compiled by default in development
- Uplift npm packages
- Add editorconfig to installed files
- Update gitignore
- Code cleanup
Fixes
- Added eslint [#28]
- New lines for some files [#28]
- Changed .editorconfig to use utf-8 [#28]
Features
- Removed comma in getTagsAsLinks [#27]
Features
- Refactor compilation [#26]
- Uplift npm packages
- Remove temp files
- Code cleanup
- Fix image npm module versions
Features
- Add cssIgnore configuration option
Fixes
- Fix livereload race condition + HBS watch [#24]
Fixes
- Fix issue with Handlebars date helper and the wrong format.
Fixes
- Fix issue with missing node modules after running update script.
Features
- Add image compression setting to site.json. If set to false, no image compression is performed.
Features
- Add update script for easy node module upgrades. Readme edited with info on how to update.
- Refactor install script
- Code cleanup
Features
- Update install script to modify package.json dependencies
- Uplift node modules
Fixes
- Update Travis CI build config
Features
- Support leaving out the initial --- for front-matter [#12]
- Support tags defined as an array as well as a string [#13]
Fixes
- Fix automatically generated slug doesn't link correctly [#11]
- Fix post sorting is not correct [#10]
Fixes
- Fix missing pagination partial from the install script
Features
- Add site data to individual pages or posts
Fixes
- Fix issue with pagination on home, date and tag pages
Fixes
- Fix sidebar dates and tags
Features
- Update readme and add help task
Fixes
- Fix develop task to watch files in
src
and run default task
Fixes
- Add auto-generated changelog
Fixes
- Fix compile rss tests
Features
- Replace imagemin-jpegoptim with imagemin-mozjpeg
- Uplift node modules
Breaking changes
- If installed as a sub-module, you'll need to update your package.json in the root of your project as several node modules have been updated
Features
- Add slug as optional page or post variable.
Breaking changes
- If installed as a sub-module, you'll need to update your package.json in the root of your project as several node modules have been updated
Notes
- Uplift node modules
Fixes
- Fix an issue where date pages were skipped if tags exist
Fixes
- Fix example handlebars templates
Fixes
- Fix issue with pagination paths in tests
Fixes
- Fixed an issue with promises on tests
- Fixed an issue with incorrect URLs on originated pages
Breaking changes
New npm dev module gulp-coveralls
New npm module mout
- Update to generate full paginated pages
- Update so pages/posts can be stored anywhere in src/content
- Update README to include coveralls badge
- Add coveralls coverage
- Update node version for travis ci
- Add pages array to handlebars template data
- Add RSS feed feature to readme
- Add install sample files
- Improve test coverage
- Update readme for install script
- Implement install script
- Add minify css to copy-css task
- Fix error handling on no content
- Update copy tasks to remove dependencies
- Initial commit