Files
the_information_nexus/random/eleventy_structure.md
2023-11-11 11:23:51 -07:00

27 lines
531 B
Markdown

my-eleventy-project/
├── _includes/
│ ├── layouts/
│ │ └── base.njk
│ └── partials/
│ ├── header.njk
│ └── footer.njk
├── media/
│ ├── images/
│ └── videos/
├── css/
│ └── style.css
├── js/
│ └── script.js
├── pages/ (or just place *.md files here)
│ ├── about.md
│ ├── projects.md
│ └── contact.md
├── .eleventy.js
└── package.json