1
0
Fork 0

Simplified Theme

This commit is contained in:
Moritz »mo.« Sauer 2015-02-17 21:34:07 +01:00
commit 74c2f9a235
42 changed files with 424 additions and 426 deletions

View file

@ -7,6 +7,9 @@ header:
image_fullwidth: "header_unsplash_9.jpg"
permalink: "/changelog/"
---
2015-02-17 // Version 0.97
: Simplicity. Reduced templates. Now there is one page/post-template with two switches via front matter to turn on metadata at the end of the page/post via `show_metadata: true/false` and to add a left or right sidebar via `sidebar: left/right`. The defaults are declared in `config.yml`. I also changed the variable `description` to `teaser` because it's more logigally.
2015-02-12 // Version 0.96
: Added `frontpage`-layout with three widgets-areas. The layout simplifies the process to change content on the frontpage.