Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 581 Bytes

File metadata and controls

21 lines (16 loc) · 581 Bytes
layout title tagline
page
Joe's Time Wasting Learn-o-thon
Where I do what I *feel* like I want to do, and not what I'm supposed to do.

{% include JB/setup %}

The Point

I am playing with static site generators. I don't like relying on crazy complex databases; I like what's simple. I also am trying out werc. I would like to know about more.

List of Posts

    {% for post in site.posts %}
  • {{ post.date | date_to_string }} » {{ post.title }}
  • {% endfor %}