2016-03-23
- Included a
$currentViewPath
variable available in all views that holds the path from the file system to the current view being rendered. - Included a
$currentUrlPath
as well that hold the current URL path.
2016-03-17
- Added support for
.md
files. - Fixed the first link in blog posts pagination to point to the main blog page instead of
blog-page/1/
. - Added support for multiple environments configurations.
- Added a
--env=
option in the build command. - Removed the
--base_url
option from the build command to be read from the environment configuration file.