mirror of
https://github.com/YunoHost-Apps/eleventy_ynh.git
synced 2024-09-03 18:26:32 +02:00
commit
407dc62754
5 changed files with 6 additions and 6 deletions
|
@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
Eleventy is a simpler static site generator.
|
Eleventy is a simpler static site generator.
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 2.0.1~ynh1
|
**Shipped version:** 2.0.1~ynh2
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
* Official app website: <https://www.11ty.dev/>
|
* Official app website: <https://www.11ty.dev/>
|
||||||
|
|
|
@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
||||||
|
|
||||||
Eleventy est un générateur de site statique.
|
Eleventy est un générateur de site statique.
|
||||||
|
|
||||||
**Version incluse :** 2.0.1~ynh1
|
**Version incluse :** 2.0.1~ynh2
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l’app : <https://www.11ty.dev/>
|
* Site officiel de l’app : <https://www.11ty.dev/>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Eleventy: Simpler site generator
|
Description=Eleventy: simpler site generator
|
||||||
After=network.target
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "Eleventy"
|
||||||
description.en = "Simpler site generator. Transforms a directory of templates (of varying types) into HTML"
|
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"
|
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"
|
version = "2.0.1~ynh2"
|
||||||
|
|
||||||
maintainers = ["eric_G"]
|
maintainers = ["eric_G"]
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ admindoc = "https://www.11ty.dev/docs/"
|
||||||
code = "https://github.com/11ty/eleventy/"
|
code = "https://github.com/11ty/eleventy/"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.19"
|
yunohost = ">= 11.2"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = false
|
ldap = false
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# COMMON VARIABLES
|
# COMMON VARIABLES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
nodejs_version=18
|
nodejs_version=20
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PERSONAL HELPERS
|
# PERSONAL HELPERS
|
||||||
|
|
Loading…
Reference in a new issue