Fixed typos
This commit is contained in:
parent
e4e73bddb3
commit
eacf7e948b
|
@ -16,7 +16,7 @@ in the terminal.
|
|||
### Global Configuration
|
||||
|
||||
The table below lists the available settings for Jekyll, and the various <code
|
||||
class="option">options</code> (specifed in the configuration file) and <code
|
||||
class="option">options</code> (specified in the configuration file) and <code
|
||||
class="flag">flags</code> (specified on the command-line) that control them.
|
||||
|
||||
<div class="mobile-side-scroller">
|
||||
|
|
|
@ -41,6 +41,6 @@ Jekyll’s growing use is producing a wide variety of tutorials, frameworks, ext
|
|||
|
||||
- [Jekyll Extensions -= Pain](http://rfelix.com/2010/01/19/jekyll-extensions-minus-equal-pain/)
|
||||
|
||||
A way to [extend Jekyll](http://github.com/rfelix/jekyll_ext) without forking and modifying the Jekyll gem codebase and some [portable Jekyll extensions](http://wiki.github.com/rfelix/jekyll_ext/extensions) that can be reutilized and shared.
|
||||
A way to [extend Jekyll](http://github.com/rfelix/jekyll_ext) without forking and modifying the Jekyll gem codebase and some [portable Jekyll extensions](http://wiki.github.com/rfelix/jekyll_ext/extensions) that can be reused and shared.
|
||||
|
||||
- [Using your Rails layouts in Jekyll](http://numbers.brighterplanet.com/2010/08/09/sharing-rails-views-with-jekyll)
|
||||
|
|
|
@ -11,7 +11,7 @@ If you ever run into problems installing or using Jekyll, here’s a few tips th
|
|||
|
||||
If you encounter errors during gem installation, you may need to install
|
||||
the header files for compiling extension modules for ruby 1.9.1. This
|
||||
can be done on Ubunutu or Debian by running:
|
||||
can be done on Ubuntu or Debian by running:
|
||||
|
||||
{% highlight bash %}
|
||||
sudo apt-get install ruby1.9.1-dev
|
||||
|
|
|
@ -38,7 +38,7 @@ Rather than passing individual flags via the command line, you can now pass an
|
|||
entire custom Jekyll config file. This helps to distinguish between
|
||||
environments, or lets you programmatically override user-specified defaults.
|
||||
Simply add the `--config` flag to the `jekyll` command, followed by the path
|
||||
to one or more config files (comma-deliminated, no spaces).
|
||||
to one or more config files (comma-delimited, no spaces).
|
||||
|
||||
#### As a result, the following command line flags are now deprecated:
|
||||
|
||||
|
|
Loading…
Reference in New Issue