1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/eleventy_ynh.git synced 2024-09-03 18:26:32 +02:00
eleventy_ynh/manifest.toml
Éric Gaspar b5dc8cf852 Cleaning
2023-05-12 18:53:25 +02:00

52 lines
1.2 KiB
TOML

packaging_format = 2
id = "eleventy"
name = "Eleventy"
description.en = "Simpler site generator. Transforms a directory of templates (of varying types) into HTML"
description.fr = "Générateur de site plus simple. Transforme un répertoire de modèles (de différents types) en HTML"
version = "2.0.1~ynh1"
maintainers = ["eric_G"]
[upstream]
license = "MIT"
website = "https://www.11ty.dev/"
admindoc = "https://www.11ty.dev/docs/"
code = "https://github.com/11ty/eleventy/"
[integration]
yunohost = ">= 11.1.19"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.sources]
[resources.sources.main]
url = "https://github.com/11ty/eleventy/archive/refs/tags/v2.0.1.tar.gz"
sha256 = "8ca03ce7c7980c93acde3fa7d7b916aa85d4ce206c5222cf508188aa4a7649a0"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.ports]