Skip to content
This repository was archived by the owner on Jan 27, 2018. It is now read-only.

Commit ee0f466

Browse files
committed
Remove crap from home page.
1 parent 1c3fcee commit ee0f466

File tree

1 file changed

+2
-36
lines changed

1 file changed

+2
-36
lines changed

index.md

Lines changed: 2 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,12 @@
11
---
22
layout: page
3-
title: Hello World!
4-
tagline: Supporting tagline
3+
title: Posts
4+
tagline: Posts by Feross and Abi
55
---
66
{% include JB/setup %}
77

8-
Read [Jekyll Quick Start](http://jekyllbootstrap.com/usage/jekyll-quick-start.html)
9-
10-
Complete usage and documentation available at: [Jekyll Bootstrap](http://jekyllbootstrap.com)
11-
12-
## Update Author Attributes
13-
14-
In `_config.yml` remember to specify your own data:
15-
16-
title : My Blog =)
17-
18-
author :
19-
name : Name Lastname
20-
21-
github : username
22-
twitter : username
23-
24-
The theme should reference these variables whenever needed.
25-
26-
## Sample Posts
27-
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.
30-
31-
$ rm -rf _posts/core-samples
32-
33-
Here's a sample "posts list".
34-
358
<ul class="posts">
369
{% for post in site.posts %}
3710
<li><span>{{ post.date | date_to_string }}</span> &raquo; <a href="{{ BASE_PATH }}{{ post.url }}">{{ post.title }}</a></li>
3811
{% endfor %}
3912
</ul>
40-
41-
## To-Do
42-
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.
45-
46-

0 commit comments

Comments
 (0)