mirror of
https://github.com/YunoHost-Apps/pelican_ynh.git
synced 2024-09-03 19:46:35 +02:00
Update manifest.json
This commit is contained in:
parent
ca6f44e674
commit
9a432e1ed8
1 changed files with 11 additions and 4 deletions
|
@ -18,8 +18,7 @@
|
|||
},
|
||||
"multi_instance": false,
|
||||
"services": [
|
||||
"nginx",
|
||||
"php5-fpm"
|
||||
"nginx"
|
||||
],
|
||||
"arguments": {
|
||||
"install" : [
|
||||
|
@ -39,8 +38,8 @@
|
|||
"en": "Choose a path for Pelican",
|
||||
"fr": "Choisissez un chemin pour Pelican"
|
||||
},
|
||||
"example": "/site",
|
||||
"default": "/site"
|
||||
"example": "/pelican",
|
||||
"default": "/pelican"
|
||||
},
|
||||
{
|
||||
"name": "author",
|
||||
|
@ -51,6 +50,14 @@
|
|||
},
|
||||
"example": "johndoe"
|
||||
},
|
||||
{
|
||||
"name": "title",
|
||||
"ask": {
|
||||
"en": "Choose a default title for your website",
|
||||
"fr": "Choisissez le titre par défaut de votre site"
|
||||
},
|
||||
"example": "My personal website"
|
||||
},
|
||||
{
|
||||
"name": "is_public",
|
||||
"type": "boolean",
|
||||
|
|
Loading…
Add table
Reference in a new issue