README.md in jekyll-theme-clean-blog-4.0.2 vs README.md in jekyll-theme-clean-blog-4.0.3
- old
+ new
@@ -17,16 +17,16 @@
When installing the theme using RubyGems, demo images, posts, and pages are not included. Follow the instructions below for complete setup.
1. (Optional) Create a new Jekyll site: `jekyll new my-site`
2. Replace the current theme in your `Gemfile` with `gem "jekyll-theme-clean-blog"`.
3. Install the theme: `bundle install`
-4. Replace the current theme in your `_config.yml` file with `theme: jekyll-theme-awesome`.
+4. Replace the current theme in your `_config.yml` file with `theme: jekyll-theme-clean-blog`.
5. Build your site: `bundle exec jekyll serve`
Assuming there are no errors and the site is building properly, follow these steps next:
-1. Create the following pages if they do not exist already (or change the extension of exsiting markdown files from `.md` to `.html`):
+1. Create the following pages if they do not exist already (or change the extension of exisitig markdown files from `.md` to `.html`):
- `index.html` - set to `layout: home`
- `about.html` - set to `layout: page`
- `contact.html` - set to `layout: page`
- `posts/index.html` - set to `layout: page` (you will also need to create a `posts` directory)
2. Configure the `index.html` front matter. Example:
@@ -105,18 +105,19 @@
When using the core files, the demo images, posts, and pages are all included with the download. After following the instructions below, you can then go and change the content of the pages and posts.
1. [Download](https://github.com/BlackrockDigital/startbootstrap-clean-blog-jekyll/archive/master.zip) or Clone the repository.
2. Update the following configuration settings in your `_config.yml` file:
- - `baserul`
+ - `baseurl`
- `url`
- `title`
- `email` (after setting this setting to a working email address, fill out the form on the contact page and send it - then check your email and verify the address and the form will send you messages when used)
- `description`
- `author`
- `twitter_username` (Optional)
- `facebook_username` (Optional)
- `github_username` (Optional)
+ - `linkedin_username` (Optional)
3. Build your site: `bundle exec jekyll serve`
## Bugs and Issues
Have a bug or an issue with this template? [Open a new issue](https://github.com/BlackrockDigital/startbootstrap-clean-blog-jekyll/issues) here on GitHub!