Skip to content

Commit 5abba31

Browse files
committed
sample content updates
1 parent 4bcfd7a commit 5abba31

5 files changed

+10
-10
lines changed

_posts/core-samples/helpers/2011-9-27-posts-collate.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ categories : helpers
44
---
55

66
The posts collate helper organizes and lists posts in month/year clusters.
7-
The posts collate helper follows the [Jekyll-bootstrap include helper](/lessons/bootstrap-api.html) strategy.
7+
The posts collate helper follows the [Jekyll-bootstrap include helper](/api/bootstrap-api.html) strategy.
88

99
## Usage
1010

_posts/core-samples/usage/2011-10-28-deployment-and-hosting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: page
2+
layout: post
33
categories : usage
44
---
55

_posts/core-samples/usage/2011-10-31-jekyll-quick-start.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ categories : usage
44
---
55

66

7-
## 1. Install Jekyll-Bootstrap-Core
7+
## 1. Install Jekyll-Bootstrap
88

9-
[Install Jekyll-Bootsrap-Core](/index.html#start-now) if you haven't already.
10-
Jekyll-bootstrap-core is a clean base framework for your blog.
9+
[Install Jekyll-Bootsrap](/index.html#start-now) if you haven't already.
10+
Jekyll-bootstrap is a clean base framework for your blog.
1111
It includes two themes, some useful pages, and bootstrap include-helpers.
1212

1313
## 2. Run Jekyll Locally
@@ -19,7 +19,7 @@ In order to preview your blog locally you'll need to install the jekyll gem. Not
1919
If you run into a problem please consult the original [Jekyll installation documentation](https://github.com/mojombo/jekyll/wiki/Install).
2020
You can also [contact me](http://github.com/plusjade) through github.
2121

22-
Once the gem is installed you can navigate to your Jekyll-bootstrap-core directory
22+
Once the gem is installed you can navigate to your Jekyll-bootstrap directory
2323
and run jekyll:
2424

2525
$ cd jekyll-bootstrap
@@ -30,7 +30,7 @@ Your blog is now available at: [http://localhost:4000/](http://localhost:4000/).
3030

3131
## 2. Choose a Theme
3232

33-
Jekyll-bootstrap-core has a basic theming system that I'll be steadily improving.
33+
Jekyll-bootstrap has a basic theming system that I'll be steadily improving.
3434
You can read about how to choose and customize a theme in the [Theming](/usages/theming.html) section.
3535

3636
## 3. Create Some Content
@@ -50,7 +50,6 @@ You can study the source and customize it for your own needs.
5050

5151
<ul>
5252
{% assign pages_list = site.pages %}
53-
{% assign group = "example-page" %}
5453
{% include helpers/pages_list.html %}
5554
</ul>
5655

@@ -63,7 +62,7 @@ A GitHub post-commit hook will automatically deploy your changes to your hosted
6362

6463
## 5. Customize
6564

66-
Jekyll-bootstrap-core can be used as-is as a basic blogging platform with little need
65+
Jekyll-bootstrap can be used as-is as a basic blogging platform with little need
6766
to understand what's going on under the hood.
6867

6968
However I'm betting you want to get your hands dirty.

index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: page
3-
title: Hello from Jekyll-Bootstrap-Core
3+
title: Hello from Jekyll-Bootstrap
44
header: This is Jekyll-Bootstrap
55
---
66

sitemap.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
# Remember to set production_url in your _config.yml file!
3+
title : Sitemap
34
---
45
{% for page in site.pages %}
56
{{site.production_url}}{{ page.url }}{% endfor %}

0 commit comments

Comments
 (0)