4 tagline: Supporting tagline
8 Read [Jekyll Quick Start](http://jekyllbootstrap.com/usage/jekyll-quick-start.html)
10 Complete usage and documentation available at: [Jekyll Bootstrap](http://jekyllbootstrap.com)
12 ## Update Author Attributes
14 In `_config.yml` remember to specify your own data:
20 email : blah@email.test
24 The theme should reference these variables whenever needed.
28 This blog contains sample posts which help stage pages and blog data.
29 When you don't need the samples anymore just delete the `_posts/core-samples` folder.
31 $ rm -rf _posts/core-samples
33 Here's a sample "posts list".
36 {% for post in site.posts %}
37 <li><span>{{ post.date | date_to_string }}</span> » <a href="{{ BASE_PATH }}{{ post.url }}">{{ post.title }}</a></li>
43 This theme is still unfinished. If you'd like to be added as a contributor, [please fork](http://github.com/plusjade/jekyll-bootstrap)!
44 We need to clean up the themes, make theme usage guides with theme-specific markup examples.