Skip to content

πŸ”°πŸ’‘ Eleventy Multi Page Layout Template

License

Notifications You must be signed in to change notification settings

dostonnabotov/11ty-multi-page-template

Repository files navigation

11ty Multi Page Layout Template

This is a multiple page static site template, built with Eleventy.

Getting Started

  1. Clone this repository
  2. Run npm install to install the dev dependencies
  3. Run npm start to start the development server
  4. Run npm run build to build the site

Architecture

dist/
src/
β”œβ”€β”€ _11ty_/
β”œ  β”œβ”€β”€ collections/
β”œ  β”œβ”€β”€ filters/
β”œβ”€β”€ _data/
β”œβ”€β”€ _includes/
β”œ  β”œβ”€β”€ layouts/
β”œ  β”œβ”€β”€ partials/
β”œβ”€β”€ assets/
β”œ  β”œβ”€β”€ sass/
β”œ  β”œβ”€β”€ js/
β”œ  β”œβ”€β”€ images/
β”œβ”€β”€ pages/
β”œ  β”œβ”€β”€ pages.json
β”œ  β”œβ”€β”€ ...
β”œβ”€β”€ posts/
β”œ  β”œβ”€β”€ posts.json
β”œ  β”œβ”€β”€ ...
β”œβ”€β”€ index.njk
.eleventy.js
package.json
package-lock.json
...

Features

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

About

πŸ”°πŸ’‘ Eleventy Multi Page Layout Template

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published