summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2013-09-15 10:45:41 -0700
committerFranck Cuny <franck.cuny@gmail.com>2013-09-15 10:45:41 -0700
commitf23d4c09210e8bf34e1f51d1e196e784ff9979d0 (patch)
tree4dbfbd5c9407d3b74dd4710c0b6cf81bb6672673 /index.html
parenttwo new drafts articles (diff)
downloadlumberjaph-f23d4c09210e8bf34e1f51d1e196e784ff9979d0.tar.gz
Another big layout/design change.
Diffstat (limited to '')
-rw-r--r--index.html25
1 files changed, 17 insertions, 8 deletions
diff --git a/index.html b/index.html
index 482c2e4..b57082e 100644
--- a/index.html
+++ b/index.html
@@ -1,12 +1,21 @@
---
-layout: page
-title: Latest Posts
-description: "A simple and clean responsive Jekyll theme for words and photos."
-tags: [Jekyll, theme, themes, responsive, blog, minimalism]
+layout: default
+title: I'm a lumberjaph
---
-<ul class="post-list">
- {% for post in site.posts limit:10 %}
- <li><article itemscope itemtype="http://schema.org/BlogPosting" itemprop="blogPost"><a href="{{ site.url }}{{ post.url }}">{{ post.title }} <span class="entry-date"><time datetime="{{ post.date | date_to_xmlschema }}" itemprop="datePublished">{{ post.date | date: "%B %d, %Y" }}</time></span></a></article></li>
- {% endfor %}
+<h2>writing</h2>
+
+<ul>
+{% for post in site.posts %}
+<li>
+ <a href="{{ post.url }}">{{ post.title }}</a>
+ <span class="date">{{ post.date | date_to_string }}</span>
+</li>
+{% endfor %}
</ul>
+
+<hr/>
+
+<footer>
+ <span>I sleep all night and I work all day.</span><br/>
+</footer>