Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update project file documentation to include output_path #286

Merged
merged 1 commit into from May 21, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions content/docs/project/file/contents.lr
Expand Up @@ -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
> 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.
georgeyk marked this conversation as resolved.
Show resolved Hide resolved
> The path is relative to the project file, absolute paths are allowed but not
> portable between distinct filesystems.

`excluded_assets`
> 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).
Expand Down