⚠️ This lesson is retired and might contain outdated information.

Use eleventy layouts

Khaled Garbaya
InstructorKhaled Garbaya
Share this video with your friends

Social Share Links

Send Tweet
Published 4 years ago
Updated 2 years ago

In this video, you will learn how to use the eleventy layouts feature. Eleventy Layouts are special templates that can be used to wrap other content.

for more information check the layouts docs

Lecturer: [0:00] First, let's create an _includes folder. Inside of the includes, let's create the first layout. We'll call it "my layout." We'll give it the extension mjk. Let's add some front metadata.

[0:27] This will be title, and my website. Let's paste in some basic HTML. Now, to decide where we will put the content, we will go into the buddy, do double brackets and type here content. We need to call the filters safe.

[0:53] After that's done, let's go to the project root folder and create an MD file. Let's call it PostMD. To tell Eleventy that we want to use a layout, we need some front metadata.

[1:05] Here, we need to type layout, and give it the name of our layout file. Then here, we'll have a simple title. Let's go to /post. You can see here my first post coming from here, and the title is coming from the layout.

[1:44] To override this title, we can simply go to the front matter, add title, and this will be my first post. You can see here, it did override that base title. That's how you use layouts in Eleventy.

egghead
egghead
~ an hour ago

Member comments are a way for members to communicate, interact, and ask questions about a lesson.

The instructor or someone from the community might respond to your question Here are a few basic guidelines to commenting on egghead.io

Be on-Topic

Comments are for discussing a lesson. If you're having a general issue with the website functionality, please contact us at support@egghead.io.

Avoid meta-discussion

  • This was great!
  • This was horrible!
  • I didn't like this because it didn't match my skill level.
  • +1 It will likely be deleted as spam.

Code Problems?

Should be accompanied by code! Codesandbox or Stackblitz provide a way to share code and discuss it in context

Details and Context

Vague question? Vague answer. Any details and context you can provide will lure more interesting answers!

Markdown supported.
Become a member to join the discussionEnroll Today