mirror of
https://github.com/YunoHost-Apps/pico_ynh.git
synced 2024-09-03 19:56:41 +02:00
19 lines
537 B
TOML
19 lines
537 B
TOML
version = "1.0"
|
|
|
|
[main]
|
|
name = "Pico configuration"
|
|
|
|
[main.config]
|
|
name = "Configuration Options"
|
|
|
|
[main.config.site_title]
|
|
ask = "Website title"
|
|
type = "string"
|
|
help = "Customise the title of your website"
|
|
bind = "site_title:/var/www/__APP__/config/config.yml"
|
|
|
|
[main.config.theme]
|
|
ask = "Website theme"
|
|
choices = ["default", "bitsandpieces", "cutter"]
|
|
help = "Customise the theme of your website"
|
|
bind = "theme:/var/www/__APP__/config/config.yml"
|