From bd603dfa0ebc86cbce7a9c80cb000da75f447bce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20=C2=BBmo=2E=C2=AB=20Sauer?= Date: Mon, 15 Sep 2014 21:03:49 +0200 Subject: [PATCH] Update to version 0.7 --- .gitignore | 1 + _data/navigation.yml | 6 +- _includes/footer.html | 12 +- _includes/header.html | 16 +- _includes/meta_information.html | 7 + _includes/navigation.html | 40 +- _layouts/post-left-sidebar.html | 8 +- _layouts/post-right-sidebar.html | 8 +- _layouts/post.html | 9 +- _posts/design/2014-07-10-page.md | 24 + _posts/design/2014-07-10-post.md | 10 +- ...-width.md => 2014-08-17-page-fullwidth.md} | 2 +- _posts/design/2014-09-15-gallery.md | 42 ++ assets/css/style_feeling_responsive.css | 636 +++++++++++++++--- assets/css/style_feeling_responsive.min.css | 2 +- changelog.md | 5 +- roadmap.md | 9 +- 17 files changed, 688 insertions(+), 149 deletions(-) create mode 100644 .gitignore create mode 100644 _includes/meta_information.html create mode 100644 _posts/design/2014-07-10-page.md rename _posts/design/{2014-08-17-page-full-width.md => 2014-08-17-page-fullwidth.md} (97%) create mode 100644 _posts/design/2014-09-15-gallery.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..72a5c3b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +_site/ \ No newline at end of file diff --git a/_data/navigation.yml b/_data/navigation.yml index 7de4af1..e851d0b 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -19,9 +19,13 @@ - title: "Post-Right-Sidebar" url: "/design/post-right-sidebar/" - title: "Full-Width Page" - url: "/design/page-full-width/" + url: "/design/page/" + - title: "Full-Width Page" + url: "/design/page/" - title: "Typography" url: "/design/typography/" + - title: "Responsive Gallery" + url: "/design/gallery/" # - title: "Fullwidth Layout" # url: "/design/full-width/" diff --git a/_includes/footer.html b/_includes/footer.html index 4de1f10..0491223 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -2,9 +2,9 @@