summaryrefslogtreecommitdiff
path: root/index.md
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2012-04-26 13:58:57 +0200
committerChristoph Helma <helma@in-silico.ch>2012-04-26 13:58:57 +0200
commit50a5cdb568099a46e1917906907494b6d0c88d62 (patch)
treee74f8b8de757651a6edb8a5495b338b79169a467 /index.md
parent9c0026973bf54324304ed1b917bb227603d87071 (diff)
Initial blog setup
Diffstat (limited to 'index.md')
-rw-r--r--index.md38
1 files changed, 2 insertions, 36 deletions
diff --git a/index.md b/index.md
index f8b5475..43d5b06 100644
--- a/index.md
+++ b/index.md
@@ -1,46 +1,12 @@
---
layout: page
-title: Hello World!
-tagline: Supporting tagline
+title: Articles
+tagline:
---
{% include JB/setup %}
-Read [Jekyll Quick Start](http://jekyllbootstrap.com/usage/jekyll-quick-start.html)
-
-Complete usage and documentation available at: [Jekyll Bootstrap](http://jekyllbootstrap.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="{{ 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.
-
-