Skip to content

Files

Latest commit

1300960 · Jan 7, 2013

History

History
31 lines (22 loc) · 654 Bytes

index.md

File metadata and controls

31 lines (22 loc) · 654 Bytes
layout title tagline
page
Hello World!
Hello 2013.

{% include JB/setup %}

Welcome to baoti!

About this blog

class Baoti(JekyllBootstrap):
    def __init__(self):
        self.birthday = "{{ site.birthday }}"
        self.author.name = "{{ site.author.name }}"
        self.author.github = "{{ site.author.github }}"

Read more.

Blog Posts

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

To-Do

Learn Racket.