-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,34 +4,6 @@ title: Hello World! | |
tagline: Supporting 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 : [email protected] | ||
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> | ||
|