Fix typo in theme-setup

This commit is contained in:
Jaime Iniesta 2014-10-27 08:49:48 +01:00
parent 978ad2ae3c
commit 234bab34af

View file

@ -23,7 +23,7 @@ If you are creating a new Jekyll site using So Simple follow these steps:
1. Fork the [So Simple repo](http://github.com/mmistakes/so-simple-theme/fork). 1. Fork the [So Simple repo](http://github.com/mmistakes/so-simple-theme/fork).
2. Clone the repo you just forked and rename it. 2. Clone the repo you just forked and rename it.
3. [Install Bundler](http://bundler.io) `gem install bundler` and Run `bundle install` to install all dependencies (Jekyll, [Jekyll-Sitemap](https://github.com/jekyll/jekyll-sitemap), [Octopress](https://github.com/octopress/octopress), etc) 3. [Install Bundler](http://bundler.io) `gem install bundler` and Run `bundle install` to install all dependencies (Jekyll, [Jekyll-Sitemap](https://github.com/jekyll/jekyll-sitemap), [Octopress](https://github.com/octopress/octopress), etc)
4. Update `config.yml`, add navigation, and replace demo posts and pages with your own. Full details below. 4. Update `_config.yml`, add navigation, and replace demo posts and pages with your own. Full details below.
If you want to use So Simple with an existing Jekyll site follow these steps: If you want to use So Simple with an existing Jekyll site follow these steps:
@ -319,4 +319,4 @@ Found a bug or aren't quite sure how something works? By all means Ping me on Tw
## License ## License
This theme is free and open source software, distributed under the MIT License. So feel free to use this Jekyll theme on your site without linking back to me or including a disclaimer. This theme is free and open source software, distributed under the MIT License. So feel free to use this Jekyll theme on your site without linking back to me or including a disclaimer.