Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Jul 26, 2019
1 parent 8ff3b10 commit bf85465
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/permalinks.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ permalink: this-is-a-new-path/subdirectory/testing/index.html

The above will write to `_site/this-is-a-new-path/subdirectory/testing/index.html`.

{% callout "info" %}If multiple input files attempt to write to the same permalink output file, Eleventy will throw an error {% addedin "0.9.0" %}.{% endcallout %}

### `permalink: false`

If you set the `permalink` value to be `false`, this will disable writing the file to disk in your output folder. The file will still be processed normally (and present in collections) but will not be available in your output directory as a standalone template.
Expand Down

0 comments on commit bf85465

Please sign in to comment.