2022-05-14 15:20:24 +02:00
|
|
|
version = "1.0"
|
|
|
|
|
|
|
|
[main]
|
2022-05-14 18:56:39 +02:00
|
|
|
name = "Pico configuration"
|
2022-05-14 15:20:24 +02:00
|
|
|
|
2022-05-14 18:56:39 +02:00
|
|
|
[main.config]
|
|
|
|
name = "Configuration Options"
|
2022-05-14 15:20:24 +02:00
|
|
|
|
2022-05-14 18:56:39 +02:00
|
|
|
[main.config.site_title]
|
2022-05-14 19:50:58 +02:00
|
|
|
ask = "Website title"
|
2022-05-14 15:20:24 +02:00
|
|
|
type = "string"
|
2022-05-14 18:56:39 +02:00
|
|
|
help = "Customise the title of your website"
|
2022-05-14 20:05:58 +02:00
|
|
|
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"
|