Skip to content
This repository has been archived by the owner on Jan 27, 2020. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 621 Bytes

CHANGELOG.md

File metadata and controls

16 lines (11 loc) · 621 Bytes

v1.1.0

2016-03-23

  1. Included a $currentViewPath variable available in all views that holds the path from the file system to the current view being rendered.
  2. Included a $currentUrlPath as well that hold the current URL path.

v1.0.0

2016-03-17

  1. Added support for .md files.
  2. Fixed the first link in blog posts pagination to point to the main blog page instead of blog-page/1/.
  3. Added support for multiple environments configurations.
  4. Added a --env= option in the build command.
  5. Removed the --base_url option from the build command to be read from the environment configuration file.