v0.5.0 - Adding support for Blog
Pre-release
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.