Merge pull request #286 from georgeyk/doc-output-path

Update project file documentation to include `output_path`
This commit is contained in:
Joseph Nix 2020-05-21 13:59:50 -05:00 committed by GitHub
commit cb01a19b14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -89,6 +89,13 @@ This section controls some basics about the project:
> Note that if this setting is used some functionality in the desktop app > Note that if this setting is used some functionality in the desktop app
> might no longer work (for instance opening `.lr` files with a double click). > might no longer work (for instance opening `.lr` files with a double click).
`output_path`
> Configure the build path for your project. By default, Lektor will detect a
> proper location depeding on your operation system, only use this setting if
> you want to set a custom path.
> The path is relative to the project file, absolute paths are allowed but not
> portable between distinct filesystems.
`excluded_assets` `excluded_assets`
> A list of file names or Unix shell-style wildcards, separated by commas. > A list of file names or Unix shell-style wildcards, separated by commas.
> The wildcard syntax follows [fnmatch](https://docs.python.org/2/library/fnmatch.html). > The wildcard syntax follows [fnmatch](https://docs.python.org/2/library/fnmatch.html).