There are a few ways that you can generate lists of pages in 11ty. Eleventy has a concept called Collections that are a group of content. This post looks at how to show pages in a collection. That collection can be based on tags, custom front-matter variables, and a listing all of the files in… Continue reading Showing Groups of Pages in 11ty
Tag: eleventy
Week 13: 4/25 + 4/27
We will start some UI Interactivity small individual projects. Also Group time for Project Brief. Tuesday 4/25 We will start with going over the timeline for the remaining classes: Then we will look at the final Project info page and the Final Project Brief. There will be time to work on the brief in class.… Continue reading Week 13: 4/25 + 4/27
Class 20 [4/18] 11ty Portfolio Review and Final Project Ideas
Week 12: 4/18 + 4/20
This week we will start to look at the group project, form groups and look over what we’ve done (and are going to do). Thursday 4/20 Activity 1: Final Project Groups We will do a few activities to help you form groups and choose ideas. Activity 2: Group Project Tracking Document We will look at… Continue reading Week 12: 4/18 + 4/20
Week 11: 4/4
This week we only have class on Tuesday, Thursday is during spring break. There is no class on the following days due to Spring Break: After today, our next class is on Tuesday, April 18. This is also when the Eleventy Project Site is due. Activity 1: Eleventy Site Requirements and Submission To start we… Continue reading Week 11: 4/4
Class 18 [3/30] 11ty Project Updates and Fixes + Collections in 11ty
Class 17 [3/28] AI, Eleventy Project Update And Deploy To Netlify
Week 10: 3/28 + 3/30
This week we will get your 11ty sites Deployed to Netlify and go deeper into 11ty. You should be mostly done with the Eleventy project by the end of the week. Tuesday 3/28 Activity 1: AI Discussion We’ll start with a discussion about AI and especially how they apply to creative projects like ours. We… Continue reading Week 10: 3/28 + 3/30
Eleventy Personal Project Setup
The Eleventy Personal Site will be created through a GitHub Classroom Repository and deployed on Netlify. This post outlines how to setup and work on the project. There will be a separate, related, posts on the Project Requirements, Daily Working Process, Deploying to Netlify and Submitting the Project. Create Repository in GitHub Classroom Claim the… Continue reading Eleventy Personal Project Setup
Class 16 [3/23] Git Branching and 11ty Site Transition
In the beginning we talked about React and what that is and looked at LinkedIn Learning. Today we started with an update to your personal Kanbans to track your progress on the 11ty site. Then we looked at Git Branching. The two Extensions we added were Git Lens and Git History. We ended the day… Continue reading Class 16 [3/23] Git Branching and 11ty Site Transition
Class 15 [3/21] Eleventy Personal Site Transition
Week 9: 3/21 + 3/23
This week we will continue to work on moving our Responsive Site Projects to Eleventy. Thursday 3/23 Activity 1: Progress Update Take some time to go in to our Miro with the project tracking Kanban’s and update them. View Discussion Board with Link to Miro Remember that you have to be logged in to the… Continue reading Week 9: 3/21 + 3/23
Class 14 [3/16] Kanban and Work on Eleventy Projects
VS Code Setup and Extensions
Setup When we’re working with Eleventy, we will use Markdown and Nunjucks files. Markdown files have their own syntax but you can also use normal HTLM. Nunjucks are template files and we will mostly be writing HTML with some of the Nunjucks template syntax as well. However VS Code will not recognize these as HTML… Continue reading VS Code Setup and Extensions
Week 7: 3/7 + 3/9
Week 7 Thursday 3/9 Activity 1: Setup for Markdown and Nunjucks We will look at this VS Code Setup post. Activity 2: Branching We will look at this Miro: https://miro.com/app/board/o9J_lSJAeMY=/?share_link_id=698290916204 Activity 3: Collections We will use this Miro to look at how to make Collections and start taking advantage of the Nunjucks Template Language Built… Continue reading Week 7: 3/7 + 3/9
Starter 11ty Site
This post goes through the steps to create a basic Eleventy (11ty) site from Prof Stein’s Eleventy Basic template.