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

Added support for specifying frontmatter defaults in _config.yml #306

Merged
merged 2 commits into from
Jul 13, 2016
Merged

Added support for specifying frontmatter defaults in _config.yml #306

merged 2 commits into from
Jul 13, 2016

Commits on Jul 12, 2016

  1. Added support for specifying frontmatter defaults in _config.yml

    Functionality is based on:
    https://jekyllrb.com/docs/configuration/#front-matter-defaults
    
    Issue: #305
    
    Note: I removed adding a fixed date of '2012-01-01' to the dictionary if
    not specified in the _config.yml. It was never used.
    tditiecher committed Jul 12, 2016
    Configuration menu
    Copy the full SHA
    ced4e89 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2016

  1. Added unit tests for defaults configuration.

    Moved DefaultsConfiguration to its own file.
    Converted GetDefaults() method to a property.
    
    Fixes #305
    tditiecher committed Jul 13, 2016
    Configuration menu
    Copy the full SHA
    358e159 View commit details
    Browse the repository at this point in the history