Start working on an upgrade guide for Jekyll 3

This commit is contained in:
chrisfinazzo 2015-03-22 14:47:15 -04:00
parent 7edde72523
commit eea4a82dc6
1 changed files with 3 additions and 3 deletions

View File

@ -39,9 +39,9 @@ rebuild each time a file changes, just add the `--watch` flag at the end.
### Absolute Permalinks
In Jekyll v1.0, we introduced absolute permalinks for pages in subdirectories.
Until v2.0, it is **opt-in**. Starting with v2.0, however, absolute permalinks
will become **opt-out**, meaning Jekyll will default to using absolute permalinks
In Jekyll v1.0, we introduced absolute permalinks for pages in
subdirectories. Starting with v2.0, absolute permalinks are opt-out,
meaning Jekyll will default to using absolute permalinks
instead of relative permalinks.
* To use absolute permalinks, set `relative_permalinks: false` in your configuration file.