Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 2.76 KB

CHANGELOG.md

File metadata and controls

34 lines (24 loc) · 2.76 KB

Unreleased

Enhancements

Enhancements

  • Implemented relative_url links. #a7a50ef
  • Implemented OpenSearch protocol. #1e06157
  • Added favicon.ico #a579565
  • Added meta tags to head. #f81d511
  • Added head and body to default layout, also added structure to home layout. #ba9f2fc
  • Added rake tasks for easier development.
  • Added plaintext layout. #20a4af9
    • Note: plaintext layout do not depend on the default layout.
  • Added github-pages gem. #35b3b49

Bug Fixes

  • Fix unsupported theme warning from GitHub pages builds. #3b6dc0a

Enhancements

  • Added default, home, page and post layouts. _layouts@v0.1.0
    • Note: home, page and post layouts depend on the default layout.