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.
|
||||
|
||||
|
||||
**Shipped version:** 2.0.1~ynh1
|
||||
**Shipped version:** 2.0.1~ynh2
|
||||
## Documentation and resources
|
||||
|
||||
* 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.
|
||||
|
||||
**Version incluse :** 2.0.1~ynh1
|
||||
**Version incluse :** 2.0.1~ynh2
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l’app : <https://www.11ty.dev/>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[Unit]
|
||||
Description=Eleventy: Simpler site generator
|
||||
Description=Eleventy: simpler site generator
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
|
|
|
@ -5,7 +5,7 @@ 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"
|
||||
version = "2.0.1~ynh2"
|
||||
|
||||
maintainers = ["eric_G"]
|
||||
|
||||
|
@ -16,7 +16,7 @@ admindoc = "https://www.11ty.dev/docs/"
|
|||
code = "https://github.com/11ty/eleventy/"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.1.19"
|
||||
yunohost = ">= 11.2"
|
||||
architectures = "all"
|
||||
multi_instance = true
|
||||
ldap = false
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# COMMON VARIABLES
|
||||
#=================================================
|
||||
|
||||
nodejs_version=18
|
||||
nodejs_version=20
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
|
|
Loading…
Reference in a new issue