From 50b6c7ca50825de2c1251aaf4550bf70b8902c91 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Sat, 19 Mar 2016 21:58:41 -0400 Subject: [PATCH] Add grid archive to Portfolio index --- _pages/portfolio-archive.html | 12 +++++------- _portfolio/foo-bar-website.md | 1 + images/foo-bar-identity-th.jpg | 0 3 files changed, 6 insertions(+), 7 deletions(-) create mode 100644 images/foo-bar-identity-th.jpg diff --git a/_pages/portfolio-archive.html b/_pages/portfolio-archive.html index 14ae0359..4aafb84a 100644 --- a/_pages/portfolio-archive.html +++ b/_pages/portfolio-archive.html @@ -2,15 +2,13 @@ layout: archive title: "Portfolio" permalink: /portfolio/ +author_profile: false --- {% include base_path %} -{% include group-by-array collection=site.portfolio field="categories" %} -{% for category in group_names %} - {% assign posts = group_items[forloop.index0] %} -

{{ category }}

- {% for post in posts %} - {% include archive-single.html %} +
+ {% for post in site.portfolio %} + {% include archive-single.html type="grid" %} {% endfor %} -{% endfor %} \ No newline at end of file +
\ No newline at end of file diff --git a/_portfolio/foo-bar-website.md b/_portfolio/foo-bar-website.md index 9c08c143..d21e2fcc 100644 --- a/_portfolio/foo-bar-website.md +++ b/_portfolio/foo-bar-website.md @@ -3,6 +3,7 @@ title: "Foo Bar Identify" excerpt: "Foo Bar design system including logo mark, website design, and branding applications." header: image: foo-bar-identity.jpg + teaser: foo-bar-identity-th.jpg sidebar: - title: "Role" image: http://placehold.it/350x250 diff --git a/images/foo-bar-identity-th.jpg b/images/foo-bar-identity-th.jpg new file mode 100644 index 00000000..e69de29b