layout | title | tagline |
---|---|---|
page |
Hello World! |
Hello 2013. |
{% include JB/setup %}
Welcome to baoti!
class Baoti(JekyllBootstrap):
def __init__(self):
self.birthday = "{{ site.birthday }}"
self.author.name = "{{ site.author.name }}"
self.author.github = "{{ site.author.github }}"
Read more.
-
{% for post in site.posts %}
- {{ post.date | date_to_string }} » {{ post.title }} {% endfor %}
Learn Racket.