eleventy html5up ethereal
1.0.0
Static Site prototipado em cima de Eleventy SSG e Ethereal Design. Recursos padrão:
Ligações
As versões PRO incluem kits de UI Premium , atualizações vitalícias e suporte AO VIVO 24 horas por dia, 7 dias por semana (via Discord)
Kit Onze Materiais PRO | Kit de papel onze 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
O código padrão é construído com uma estrutura modular que segue o padrão recomendado usado por muitos projetos de código aberto. Os arquivos/diretórios mais importantes estão listados abaixo:
< 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
|
| -----------------------------
Site estático Eleventy Ethereal - fornecido por AppSeed