summaryrefslogtreecommitdiff
path: root/index.md
diff options
context:
space:
mode:
authorJade Dominguez <plusjade@gmail.com>2011-12-30 14:17:44 -0800
committerJade Dominguez <plusjade@gmail.com>2012-01-11 15:13:40 -0800
commit4c18e3c136bea49e3335ab594ae22d999892cf27 (patch)
tree6ee24ea94d767bc6c69081531350a6776a5f9fcb /index.md
version 0.0.1
Diffstat (limited to 'index.md')
-rw-r--r--index.md45
1 files changed, 45 insertions, 0 deletions
diff --git a/index.md b/index.md
new file mode 100644
index 0000000..14f94fe
--- /dev/null
+++ b/index.md
@@ -0,0 +1,45 @@
+---
+layout: page
+title: Hello from Jekyll-Bootstrap-Core
+header: This is Jekyll-Bootstrap
+---
+
+Read [Jekyll Quick Start](http://jekyllbootstrap.com/jekyll-quick-start.html)
+
+Complete usage and documentation available at: [Jekyll Bootstrap](http://jekyllboostrap.com)
+
+## Update Author Attributes
+
+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> &raquo; <a href="{{ 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.
+
+