Skip to content

Commit

Permalink
meetup tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
clarklab committed Jun 24, 2015
1 parent 77293b0 commit fde1db6
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 104 deletions.
71 changes: 0 additions & 71 deletions _layouts/post.html

This file was deleted.

1 change: 1 addition & 0 deletions _recipes/green-chile-stew.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---

layout: recipe
title: "Green Chile Stew"
image: green-chile-stew.jpg
Expand Down
4 changes: 2 additions & 2 deletions _site/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<description>The plain text recipe database for hackers</description>
<link>/</link>
<atom:link href="/feed.xml" rel="self" type="application/rss+xml"/>
<pubDate>Mon, 22 Jun 2015 20:48:07 -0500</pubDate>
<lastBuildDate>Mon, 22 Jun 2015 20:48:07 -0500</lastBuildDate>
<pubDate>Wed, 24 Jun 2015 15:13:24 -0500</pubDate>
<lastBuildDate>Wed, 24 Jun 2015 15:13:24 -0500</lastBuildDate>
<generator>Jekyll v2.5.3</generator>

<item>
Expand Down
22 changes: 0 additions & 22 deletions _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,28 +140,6 @@ <h1 class="title p2 m0 absolute bold white bottom-0 left-0">Smashed Carrots</h1>
</a>
</div>


<div class="sm-col sm-col-6 md-col-6 lg-col-4 xs-px1 xs-mb2">
<a class="block relative bg-blue" href="/components/graham-cracker-crust.html">
<div class="image ratio bg-cover" style="background-image:url(/images/medium/graham-cracker-crust.jpg);"></div>
<h1 class="title p2 m0 absolute bold white bottom-0 left-0">Graham Cracker Crust</h1>
</a>
</div>

<div class="sm-col sm-col-6 md-col-6 lg-col-4 xs-px1 xs-mb2">
<a class="block relative bg-blue" href="/components/red-berry-dessert-topping.html">
<div class="image ratio bg-cover" style="background-image:url(/images/medium/red-berry-topping.jpg);"></div>
<h1 class="title p2 m0 absolute bold white bottom-0 left-0">Red Berry Dessert Topping</h1>
</a>
</div>

<div class="sm-col sm-col-6 md-col-6 lg-col-4 xs-px1 xs-mb2">
<a class="block relative bg-blue" href="/components/vanilla-custard-filling.html">
<div class="image ratio bg-cover" style="background-image:url(/images/medium/vanilla-custard.jpg);"></div>
<h1 class="title p2 m0 absolute bold white bottom-0 left-0">Vanilla Custard Filling</h1>
</a>
</div>

</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion _site/js/index.json

Large diffs are not rendered by default.

8 changes: 0 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@ <h1 class="title p2 m0 absolute bold white bottom-0 left-0">{{ post.title }}</h1
</a>
</div>
{% endfor %}
{% for post in site.components %}
<div class="sm-col sm-col-6 md-col-6 lg-col-4 xs-px1 xs-mb2">
<a class="block relative bg-blue" href="{{ post.url | prepend: site.baseurl }}">
<div class="image ratio bg-cover"{% for image in post.image %} style="background-image:url({{site.baseurl}}/images/medium/{{ image }});"{% endfor %}></div>
<h1 class="title p2 m0 absolute bold white bottom-0 left-0">{{ post.title }}</h1>
</a>
</div>
{% endfor %}
</div>
</div>

Expand Down

0 comments on commit fde1db6

Please sign in to comment.