Skip to content

Latest commit

 

History

History
59 lines (48 loc) · 1.46 KB

README.md

File metadata and controls

59 lines (48 loc) · 1.46 KB

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