1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/eleventy_ynh.git synced 2024-09-03 18:26:32 +02:00
This commit is contained in:
Éric Gaspar 2023-05-12 19:59:22 +02:00
parent ab4759e92b
commit 12fd86fb3c
3 changed files with 4 additions and 2 deletions

View file

@ -1 +1,2 @@
The served file directory: `__DATA_DIR__/src/`
The configuration file: `INSTALL_DIR__/.eleventy.js`

View file

@ -1 +1,2 @@
Le répertoire des fichiers : `__DATA_DIR__/src/`
Le répertoire des fichiers : `__DATA_DIR__/src/`
Le fichier de configuration : `INSTALL_DIR__/.eleventy.js`

View file

@ -3,4 +3,4 @@ title: Hello world
layout: "base.njk"
---
Hello world
This is a mockup page, please follow the instructions to set up your pages: https://www.11ty.dev/docs/getting-started/