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,
|
"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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue