From b268f85c0b867953348ed62d90d07a5ff9815d3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20=C2=BBmo=2E=C2=AB=20Sauer?= Date: Sun, 21 Sep 2014 18:39:46 +0200 Subject: [PATCH] Version 0.9 --- _data/navigation.yml | 2 +- _drafts/gallery.md | 1 - _drafts/page_all_frontmatter.md | 33 +++ _drafts/post_with_image.md | 31 +++ _drafts/post_without_image.md | 17 +- _drafts/video.md | 13 ++ _includes/footer.html | 12 +- _includes/footer_scripte.html | 6 +- .../{blog-entries.html => list-posts.html} | 2 +- _includes/masthead.html | 2 +- _includes/meta_information.html | 35 ++- _includes/pagination.html | 2 +- _includes/sidebar.html | 2 +- _layouts/blog.html | 4 +- _layouts/page-fullwidth.html | 4 +- _layouts/page.html | 5 +- _layouts/post-left-sidebar.html | 2 +- _layouts/post-right-sidebar.html | 2 +- _layouts/post.html | 5 +- _layouts/video.html | 2 +- _posts/design/2014-07-10-post.md | 5 +- _posts/design/2014-08-11-page.md | 4 +- _posts/design/2014-08-19-page-fullwidth.md | 14 +- _posts/design/2014-09-10-portfolio.md | 8 +- ...{2014-08-17-grid.md => 2014-09-13-grid.md} | 57 ++--- _posts/design/2014-09-14-video.md | 2 - _posts/design/2014-09-15-gallery.md | 1 - _posts/design/2014-09-16-typography.md | 2 +- about.md | 1 - assets/css/style_feeling_responsive.css | 206 ++++++++++++------ assets/css/style_feeling_responsive.min.css | 2 +- assets/img/_fullsize/ilt_1920x1200.jpg | Bin 0 -> 1286341 bytes assets/img/header_unsplash_8.jpg | Bin 230521 -> 280048 bytes assets/img/homepage_typography_thumb.jpg | Bin 0 -> 13440 bytes assets/img/octocat-303x182.jpg | Bin 17605 -> 0 bytes assets/img/unsplash_6_bus_header.jpg | Bin 0 -> 446407 bytes assets/img/unsplash_6_bus_thumb.jpg | Bin 0 -> 15527 bytes assets/img/unsplash_6_thumb.jpg | Bin 14462 -> 0 bytes assets/img/unsplash_brooklyn-bridge.jpg | Bin 0 -> 2305779 bytes .../img/unsplash_brooklyn-bridge_header.jpg | Bin 0 -> 300353 bytes assets/img/unsplash_brooklyn-bridge_thumb.jpg | Bin 0 -> 11062 bytes assets/img/unsplash_leaf.jpg | Bin 0 -> 3826235 bytes assets/img/unsplash_leaf_header.jpg | Bin 0 -> 544763 bytes blog/archive.html | 2 +- blog/index.html | 3 +- changelog.md | 11 +- contact.md | 1 - documentation.md | 117 +++++++--- index.html | 6 +- roadmap.md | 4 +- 50 files changed, 421 insertions(+), 207 deletions(-) create mode 100644 _drafts/page_all_frontmatter.md create mode 100644 _drafts/post_with_image.md create mode 100644 _drafts/video.md rename _includes/{blog-entries.html => list-posts.html} (94%) rename _posts/design/{2014-08-17-grid.md => 2014-09-13-grid.md} (63%) create mode 100644 assets/img/_fullsize/ilt_1920x1200.jpg create mode 100644 assets/img/homepage_typography_thumb.jpg delete mode 100644 assets/img/octocat-303x182.jpg create mode 100644 assets/img/unsplash_6_bus_header.jpg create mode 100644 assets/img/unsplash_6_bus_thumb.jpg delete mode 100644 assets/img/unsplash_6_thumb.jpg create mode 100644 assets/img/unsplash_brooklyn-bridge.jpg create mode 100644 assets/img/unsplash_brooklyn-bridge_header.jpg create mode 100644 assets/img/unsplash_brooklyn-bridge_thumb.jpg create mode 100644 assets/img/unsplash_leaf.jpg create mode 100644 assets/img/unsplash_leaf_header.jpg diff --git a/_data/navigation.yml b/_data/navigation.yml index 2a576ae..ba20d17 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -16,7 +16,7 @@ url: "/design/typography/" - title: "Blog-Page" url: "/blog/" - - title: "Post-Layout" + - title: "Post" url: "/design/post/" - title: "Post-Left-Sidebar" url: "/design/post-left-sidebar/" diff --git a/_drafts/gallery.md b/_drafts/gallery.md index df22dbc..9734b42 100644 --- a/_drafts/gallery.md +++ b/_drafts/gallery.md @@ -10,7 +10,6 @@ tags: - photos - gallery image: - header: "no" thumb: "gallery_thumb.jpg" --- diff --git a/_drafts/page_all_frontmatter.md b/_drafts/page_all_frontmatter.md new file mode 100644 index 0000000..816aa49 --- /dev/null +++ b/_drafts/page_all_frontmatter.md @@ -0,0 +1,33 @@ +--- +layout: page +title: "" +subheadline: "" +meta_description: "" +description: "" +date: 2014-03-28 00:00:00 +categories: + - +tags: + - +image: + homepage: "" + header: "" + thumb: "" + credit: "" + url: "" +--- + + + + + + [1]: # + [2]: # + [3]: # + [4]: # + [5]: # + [6]: # + [7]: # + [8]: # + [9]: # + [10]: # \ No newline at end of file diff --git a/_drafts/post_with_image.md b/_drafts/post_with_image.md new file mode 100644 index 0000000..a9b0ee4 --- /dev/null +++ b/_drafts/post_with_image.md @@ -0,0 +1,31 @@ +--- +layout: post +title: "" +subheadline: "" +meta_description: "" +description: "" +categories: + - +tags: + - +image: + header: "" + thumb: "" + homepage: "" + credit: "" + url: "" +--- + + + + + [1]: # + [2]: # + [3]: # + [4]: # + [5]: # + [6]: # + [7]: # + [8]: # + [9]: # + [10]: # \ No newline at end of file diff --git a/_drafts/post_without_image.md b/_drafts/post_without_image.md index 0bc0afe..8943c68 100644 --- a/_drafts/post_without_image.md +++ b/_drafts/post_without_image.md @@ -8,6 +8,19 @@ categories: - tags: - -image: - header: "no" --- + + + + + + [1]: # + [2]: # + [3]: # + [4]: # + [5]: # + [6]: # + [7]: # + [8]: # + [9]: # + [10]: # \ No newline at end of file diff --git a/_drafts/video.md b/_drafts/video.md new file mode 100644 index 0000000..8ed1461 --- /dev/null +++ b/_drafts/video.md @@ -0,0 +1,13 @@ +--- +layout: video +title: "" +subheadline: "" +meta_description: "" +description: "" +image: +categories: + - +tags: + - video +iframe: "" +--- diff --git a/_includes/footer.html b/_includes/footer.html index 9885c52..cc4fbc3 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,8 +1,8 @@ -
-
-    -
-
+
+
+    +
+