CHANGELOG.md in plate-0.5.4 vs CHANGELOG.md in plate-0.6.0

- old
+ new

@@ -1,4 +1,19 @@ +## Plate 0.6.0 (Unreleased) + +* Meta data can be read from the config file and used to store common site data such as title, description, author, etc. +* Modified new site generator to use meta data structure +* Added RSS feed as part of new site generation +* Added helper for making relative links absolute for use within RSS feeds +* Documentation updates +* Added a new DSL for callbacks and other extensions. Files within `./lib` will now be evaluated using the DSL instead of just being required. +* Helpers have been moved to a separate directory in the site source root named `./helpers`. +* Added new site template with some base CSS styles and helpful information to get started. +* Allow a build destination to be set within the config.yml file. +* Allow customization of Sass output style with config variable :sass_style +* Added DSL methods to register asset and template engines. +* Added engine for Less CSS processing. Install the less gem to use this engine. + ## Plate 0.5.4 * Added config option to command line utility to load a specific config file. * Allowed new post command to have default options stored in config.yml file. \ No newline at end of file