eleventy html5up ethereal
1.0.0
Sitio estático creado sobre Eleventy SSG y Ethereal Design. Características repetitivas:
Campo de golf
Las versiones PRO incluyen kits de interfaz de usuario premium , actualizaciones de por vida y soporte EN VIVO 24 horas al día, 7 días a la semana (a través de Discord)
Once Material Kit PRO | Once Kit de Papel PRO | Eleventy Now UI Kit PRO |
---|---|---|
$ # clone the sources
$ git clone https://github.com/app-generator/eleventy-html5up-ethereal.git
$ cd eleventy-html5up-ethereal
$
$ # install modules
$ yarn
$
$ # start the project in development mode
$ yarn dev
$ # app is running on http://localhost:4000
$
$ # build the project for production
$ yarn build
El código estándar está construido con una estructura modular que sigue el patrón recomendado utilizado por muchos proyectos de código abierto. Los archivos/directorios más importantes se enumeran a continuación:
< ROOT > - Eleventy Ethereal # project root folder
|
| --- src/ # website source folder
| --- src/_includes # website partials (footer, header)
| --- src/assets # website assets (scss, javascript files)
| --- src/index.njk # index page in NJK format
|
| --- .eleventy.js # Eleventy (11ty) config file
| --- package.json # main script executed by Yarn, Npm
|
| -----------------------------
Sitio estático Eleventy Ethereal - proporcionado por AppSeed