working on the index, think i have it
This commit is contained in:
parent
19f5b5c140
commit
7a317c17c7
1 changed files with 6 additions and 40 deletions
46
index.md
46
index.md
|
@ -1,45 +1,11 @@
|
||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: Hello World!
|
|
||||||
---
|
---
|
||||||
{% include JB/setup %}
|
{% include JB/setup %}
|
||||||
|
|
||||||
Read [Jekyll Quick Start](http://jekyllbootstrap.com/usage/jekyll-quick-start.html)
|
{% for post in site.posts %}
|
||||||
|
{% if forloop.first %}
|
||||||
Complete usage and documentation available at: [Jekyll Bootstrap](http://jekyllbootstrap.com)
|
{{ post.title }}
|
||||||
|
{% include themes/the-program/post.html %}
|
||||||
## Update Author Attributes
|
{% endif %}
|
||||||
|
{% endfor %}
|
||||||
In `_config.yml` remember to specify your own data:
|
|
||||||
|
|
||||||
title : My Blog =)
|
|
||||||
|
|
||||||
author :
|
|
||||||
name : Name Lastname
|
|
||||||
email : blah@email.test
|
|
||||||
github : username
|
|
||||||
twitter : username
|
|
||||||
|
|
||||||
The theme should reference these variables whenever needed.
|
|
||||||
|
|
||||||
## Sample Posts
|
|
||||||
|
|
||||||
This blog contains sample posts which help stage pages and blog data.
|
|
||||||
When you don't need the samples anymore just delete the `_posts/core-samples` folder.
|
|
||||||
|
|
||||||
$ rm -rf _posts/core-samples
|
|
||||||
|
|
||||||
Here's a sample "posts list".
|
|
||||||
|
|
||||||
<ul class="posts">
|
|
||||||
{% for post in site.posts %}
|
|
||||||
<li><span>{{ post.date | date_to_string }}</span> » <a href="{{ BASE_PATH }}{{ post.url }}">{{ post.title }}</a></li>
|
|
||||||
{% endfor %}
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
## To-Do
|
|
||||||
|
|
||||||
This theme is still unfinished. If you'd like to be added as a contributor, [please fork](http://github.com/plusjade/jekyll-bootstrap)!
|
|
||||||
We need to clean up the themes, make theme usage guides with theme-specific markup examples.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue