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 %}