Start working on an upgrade guide for Jekyll 3
This commit is contained in:
parent
7edde72523
commit
eea4a82dc6
|
@ -39,9 +39,9 @@ rebuild each time a file changes, just add the `--watch` flag at the end.
|
||||||
|
|
||||||
### Absolute Permalinks
|
### Absolute Permalinks
|
||||||
|
|
||||||
In Jekyll v1.0, we introduced absolute permalinks for pages in subdirectories.
|
In Jekyll v1.0, we introduced absolute permalinks for pages in
|
||||||
Until v2.0, it is **opt-in**. Starting with v2.0, however, absolute permalinks
|
subdirectories. Starting with v2.0, absolute permalinks are opt-out,
|
||||||
will become **opt-out**, meaning Jekyll will default to using absolute permalinks
|
meaning Jekyll will default to using absolute permalinks
|
||||||
instead of relative permalinks.
|
instead of relative permalinks.
|
||||||
|
|
||||||
* To use absolute permalinks, set `relative_permalinks: false` in your configuration file.
|
* To use absolute permalinks, set `relative_permalinks: false` in your configuration file.
|
||||||
|
|
Loading…
Reference in New Issue