--- title: Blog layout: default ---

NinjaCheetah's Blog

Where I write things and you read them I guess. Newest on top.


{% for post in site.posts %}

{{ post.title }}

{{ post.date | date: "%Y-%m-%d" }} ({{ post.author }})


{% endfor %}