Skip to content

Releases: kunruch/mmpilot

v0.6.0 - Support for RSS feeds and redirected paths

20 Nov 07:48
Compare
Choose a tag to compare

Added support for generating RSS feeds

  • RSS 2.0 feeds.
  • Full or summary in RSS posts
  • Limit entries in feeds

Added support for redirected paths

  • Configured in _mmpilot.yml

Added new config param config.out. Dest paths are now relative to this. This allows simpler config params for blogs and other dest directories
Default config.out = 'public'

v0.5.0 - Adding support for Blog

18 Nov 08:15
Compare
Choose a tag to compare
Pre-release

Adding support for generation of blog

  • Multiple blogs can be configured using _blog.yml file in blog root folder
  • Blogs can be written in Markdown (.md) or Pug (.pug) format
  • Front matter for posts and pages
  • Category and Tags support for blog posts
  • Blog index, category and tag archive with pagination
  • Support for full content and summary for posts in archives
  • Support for working with drafts during development builds

Breaking changes

  • .pug files also need to specify front matter
  • Change in default folder structure for _includes and _layouts files. These can now be specified via the _mmpilot.yml config file.

v0.4.0 - Data Support

21 Oct 12:07
Compare
Choose a tag to compare
v0.4.0 - Data Support Pre-release
Pre-release

Adding support for retrieving static data (from .yaml files) and dynamic data (via nodejs module)

v0.3.2 - Proxy server support

06 Oct 14:57
Compare
Choose a tag to compare
Pre-release

Adding support for specifying proxy server and an initial launch delay

v0.3.1 - App Mode

29 Sep 18:41
Compare
Choose a tag to compare
v0.3.1 - App Mode Pre-release
Pre-release

Can now specify serve mode as "app" which will map any 404 to index.html

v0.3.0 - JS build enhancements

28 Sep 08:29
Compare
Choose a tag to compare
Pre-release
  • Added sourcemaps generation
  • Envify and Uglify of JS
  • 'development' env can now be specified via command line param

Pre-Release

23 Sep 20:44
Compare
Choose a tag to compare
Pre-Release Pre-release
Pre-release

Support for Processing, watching and serving JS, CSS and HTML files.

HTML: write in PUG
CSS: write in SCSS
JS: Optional bundle via Browserify.