Initial commit

The website is done in English.
There are some placeholder things for nl and fr as well, but the language header on the en page is commented out
There are no links in the README.md to the actual repo, only mentions to it

I wanted everything set up and done before changing those things
This commit is contained in:
ilja
2020-02-28 08:15:58 +01:00
commit d4e96a4c0b
12 changed files with 514 additions and 0 deletions

42
manifest.json Normal file
View File

@@ -0,0 +1,42 @@
{
"name": "Main Page",
"id": "parley_mainpage_ynh",
"description": {
"en": "Mainpage for parley.be"
},
"version": "1.0.0~ynh1",
"license": "GPL-3+",
"maintainer": {
"name": "ilja",
"email": "ilja@w-vl.pirateparty.be",
"url": "https://ilja.space/ilja"
},
"requirements": {
"yunohost": ">= 3.6.5"
},
"multi_instance": "true",
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for the main page. Note that you have to make this app the default app manually."
},
"example": "domain.org"
},
{
"name": "path_url",
"type": "path",
"ask": {
"en": "Choose a path for the main page"
},
"example": "/info",
"default": "/info"
}
]
}
}