Repository

The [repository] table sets information about a corresponding git repository which can be used to build edit on github links.

Example

[repository]
url = "https://github.com/uwe-app/website/"
edit-path = "edit/main/"

Use a trailing slash for the url and omit a leading slash from the edit-path so they are joined correctly.

Back to Settings