1
0
Fork 0
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:
Ylies Chahi 2017-08-13 01:19:32 +02:00 committed by GitHub
parent ca6f44e674
commit 9a432e1ed8

View file

@ -18,8 +18,7 @@
}, },
"multi_instance": false, "multi_instance": false,
"services": [ "services": [
"nginx", "nginx"
"php5-fpm"
], ],
"arguments": { "arguments": {
"install" : [ "install" : [
@ -39,8 +38,8 @@
"en": "Choose a path for Pelican", "en": "Choose a path for Pelican",
"fr": "Choisissez un chemin pour Pelican" "fr": "Choisissez un chemin pour Pelican"
}, },
"example": "/site", "example": "/pelican",
"default": "/site" "default": "/pelican"
}, },
{ {
"name": "author", "name": "author",
@ -51,6 +50,14 @@
}, },
"example": "johndoe" "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", "name": "is_public",
"type": "boolean", "type": "boolean",