Files
the_information_nexus/tech_docs/eleventy_structure.md
2024-05-01 12:28:44 -06:00

546 B

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