Skip to content

Commit

Permalink
Get ready.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael committed Jun 15, 2012
1 parent 6d5ba5a commit 74edce8
Show file tree
Hide file tree
Showing 7 changed files with 649 additions and 271 deletions.
22 changes: 18 additions & 4 deletions _layouts/article.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,23 @@
layout: default
---

<div class="help post-content">

<div class="article-navigation">
{% for item in site.categories.articles limit:40 offset:0 %}
<a class="article-link" href="{{site.root_dir}}{{item.url}}" title="{{item.title}}">

</a>
{% endfor %}
</div>

<div class="intro">
<div class="title">{{page.title}}</div>

{{ content }}
<div class="meta"> Posted by Michael on {{ page.date | date: "%B %d, %Y" }} </div>
<div class="abstract">{{page.abstract}}</div>
<div class="meta"> Posted by <a href="http://twitter.com/{{page.author_twitter}}">{{page.author}}</a> on {{ page.date | date: "%B %d, %Y" }} </div>
</div>

<div class="article-wrapper">
<div class="help post-content">
{{ content }}
</div>
</div>
9 changes: 8 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,19 @@
</head>
<body>
<div id='container'>

<div id="header">
<div class="navigation">
<a href="{{site.baseurl}}" class="title">Prose Bootstrap</a>
</div>
</div>

<div id='main'>{{content}}</div>
</div>

<div id='footer'>
<div class="footer-content">
Made by <a href="http://developmentseed.org">Development Seed</a>, Sourcecode on <a href="http://github.com/poole/bootstrap">GitHub</a>
Made by <a href="http://developmentseed.org">Development Seed</a>, Source Code on <a href="http://github.com/prose/bootstrap">GitHub</a>
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion _posts/articles/2012-06-14-jekyll.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: article
title: Things you should know about Jekyll
descr: A collection of not so obvious Jekyll facts
abstract: A collection of not so obvious Jekyll facts
image: http://farm7.staticflickr.com/6119/6884293596_b44a31bf0a_m.jpg
author_twitter: _mql
author: Michael Aufreiter
Expand Down
2 changes: 1 addition & 1 deletion _posts/articles/2012-06-14-liquid.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: article
title: Using Liquid
descr: The quick guide
abstract: The quick guide
image: http://farm7.staticflickr.com/6119/6884293596_b44a31bf0a_m.jpg
author_twitter: _mql
author: Michael Aufreiter
Expand Down
2 changes: 1 addition & 1 deletion _posts/articles/2012-06-15-getting-started.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: article
title: Getting Started
descr: A brief introduction on how to use Poole, what it can do for you and what not.
abstract: A brief introduction on how to use Poole, what it can do for you and what not.
image: http://farm7.staticflickr.com/6119/6884293596_b44a31bf0a_m.jpg
author_twitter: _mql
author: Michael Aufreiter
Expand Down
Loading

0 comments on commit 74edce8

Please sign in to comment.