mirror of
https://github.com/YunoHost-Apps/pico_ynh.git
synced 2024-09-03 19:56:41 +02:00
Fix
This commit is contained in:
parent
84422a1104
commit
d1d39dd67e
2 changed files with 3 additions and 3 deletions
|
@ -10,10 +10,10 @@ name = "Pico configuration"
|
|||
ask = "Website title"
|
||||
type = "string"
|
||||
help = "Customise the title of your website"
|
||||
bind = "site_title:/var/www/__APP__/config/config.yml"
|
||||
bind = "site_title:__FINALPATH__/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"
|
||||
bind = "theme:__FINALPATH__/config/config.yml"
|
|
@ -4,7 +4,7 @@
|
|||
"packaging_format": 1,
|
||||
"description": {
|
||||
"en": "Stupidly simple, blazing fast, flat file CMS",
|
||||
"fr": "Stupidly simple, blazing fast, flat file CMS"
|
||||
"fr": "CMS incroyablement simple et rapide comme l'éclair"
|
||||
},
|
||||
"version": "3.0.0~ynh1",
|
||||
"url": "https://picocms.org/",
|
||||
|
|
Loading…
Reference in a new issue