Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 601 Bytes

index.md

File metadata and controls

21 lines (19 loc) · 601 Bytes
layout title tagline
page
Hello World!
Supporting tagline

{% include JB/setup %}

Finally almost working on trying to get a blog started.

In typical fashion, I am suffering from premature optimization. I really want this to work, but I have been spending most of my time trying to get the layout perfect. But once I am able to focus, this will hopefully be a good thing.

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