mirror of
https://git.sr.ht/~adnano/kiln
synced 2024-12-18 03:27:35 +00:00
docs: Document site params
This commit is contained in:
parent
4c3422c93a
commit
324e74866e
|
@ -179,6 +179,8 @@ The following keys are supported:
|
||||||
: Site title
|
: Site title
|
||||||
| urls
|
| urls
|
||||||
: A list of site URLs
|
: A list of site URLs
|
||||||
|
| params
|
||||||
|
: Extra parameters made available to templates
|
||||||
|
|
||||||
Site URLs may contain paths, but should not end with a trailing slash. Multiple
|
Site URLs may contain paths, but should not end with a trailing slash. Multiple
|
||||||
site URLs may be specified for sites that are available at multiple locations.
|
site URLs may be specified for sites that are available at multiple locations.
|
||||||
|
@ -618,6 +620,8 @@ func main() {
|
||||||
: The title of the site.
|
: The title of the site.
|
||||||
| URLs
|
| URLs
|
||||||
: The URLs of the site.
|
: The URLs of the site.
|
||||||
|
| Params
|
||||||
|
: Extra parameters specified in configuration.
|
||||||
|
|
||||||
To configure these variables, see *CONFIGURATION*.
|
To configure these variables, see *CONFIGURATION*.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue