@@ -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.
1111It 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
1919If you run into a problem please consult the original [ Jekyll installation documentation] ( https://github.com/mojombo/jekyll/wiki/Install ) .
2020You 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
2323and 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.
3434You 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
6766to understand what's going on under the hood.
6867
6968However I'm betting you want to get your hands dirty.
0 commit comments