al_hugo_site
Categories:
al_hugo_site
load("@com_alwaldend_src//bzl/rules/hugo:al_hugo_site.bzl", "al_hugo_site")
al_hugo_site(name, env, git, postcss, site, tools)
Define a hugo site
ATTRIBUTES
| Name | Description | Type | Mandatory | Default |
|---|---|---|---|---|
| name | A unique name for this target. | Name | required | |
| env | Hugo environment variables (support location statements, support make variables, support shell commands) | Dictionary: String -> String | optional | {} |
| git | Git info | Label | optional | None |
| postcss | Postcss target | Label | required | |
| site | Hugo site archive | Label | required | |
| tools | Tools that should be available for the build | List of labels | optional | [] |