Week 12: 4/25 + 4/27

Monday 4/25 Eleventy Portfolio Projects We will start by talking about the 11ty portfolio projects. Final Project Eleventy Sass Starter We will then move on to talk about a new starter template I made that uses Sass. https://github.com/stein-bmcc/eleventy-sass We will talk about Sass and why/how it’s used and also look at collections briefly. Final Project… Continue reading Week 12: 4/25 + 4/27

Week 10: 4/4 + 4/6

This is the last week of class before the Eleventy Site projects are due. Monday 4/4 Eleventy Site Project Rubric We will go over the Eleventy Site rubric at the start of class. Example Portfolio Project Here is the example portfolio project I showed in class (thanks to Minglin): GitHub Repository: https://github.com/profstein/example-11ty-portfolio Netlify Deploy: https://clever-jalebi-3cce87.netlify.app/… Continue reading Week 10: 4/4 + 4/6

Eleventy Configuration

The content on this page is created by you in group sessions. The questions are provided by Prof Stein and the answers by students. What do Configuration (config) files do? What is their role in the Build Process? Configuration files use Javascript to root directory of a project to configure Eleventy to a person’s own… Continue reading Eleventy Configuration

Eleventy Content Pages

The content on this page is created by you in group sessions. The questions are provided by Prof Stein and the answers by students. Where are Content pages saved in the 11ty folder structure? The content pages are saved in the Markdown. What is Front Matter and What kind of information is stored there? The… Continue reading Eleventy Content Pages