Eleventy Crash Course #1 - Setting up a new 11ty project, creating Layouts, using Nunjucks templates

  Рет қаралды 18,559

Jaydan Urwin

Jaydan Urwin

Күн бұрын

Пікірлер: 39
@relentlessslog
@relentlessslog Жыл бұрын
{% block %} {% endblock %} has greatly improved the overall quality of my life.
@copaceticobserver
@copaceticobserver 21 сағат бұрын
You know... the potential is pretty crazy
@bavariantrawler
@bavariantrawler 3 ай бұрын
Straight to the point! Love it! This is the exact use case beginner guide I've been looking for.
@QualityScrub
@QualityScrub 2 жыл бұрын
This is exactly what I was looking for to get started. Thank you so much for putting this together!
@jaydanurwin
@jaydanurwin 2 жыл бұрын
Glad to hear you found it helpful! 😄
@ivanho9245
@ivanho9245 2 жыл бұрын
Hey! Just discovered that serie! Thanks a lot for that. It's way more enjoyable learning a new tech by watching videos like these than by reading the official documentation haha 🤓 Keep up the good work 💪
@jaydanurwin
@jaydanurwin 2 жыл бұрын
That's great to hear! I'm the same way. I'd much rather watch a video or pick apart existing code than read through docs. 😅
@GiovanniToso26
@GiovanniToso26 2 жыл бұрын
Fantastic. Grazie mille. I was looking for a video with the basics and this one is perfect. Thank you
@dmitriyzyuzin7260
@dmitriyzyuzin7260 10 ай бұрын
Thank you! Decided to create a blog and your tutorials are extremely helpful!
@arpitcodes
@arpitcodes 2 жыл бұрын
Great video! Looking forward to more videos on 11ty.
@jaydanurwin
@jaydanurwin 2 жыл бұрын
Thanks! I'm not sure how many total parts I'll be doing quite yet but by the end I want to show someone how to have a fully fleshed out setup (styles, JS bundling, web components support, maybe even Typescript support, a blog with tags, etc)
@rtc-zaha
@rtc-zaha 2 жыл бұрын
@@jaydanurwin Awesome, looking forward to these videos. Just started rebuilding my website from ~2000 with 11ty two weeks ago (also considering Astro, as I learned about it only recently). One question: Do you know how to setup VS Code so you can have both, IntelliSense for HTML and Nunjucks with a Exension? Despite anything I tried it was only one or the other so far.
@jaydanurwin
@jaydanurwin 2 жыл бұрын
Sorry for the delayed response Zaha. As you'll see in the video I configure my 11ty setup to use Nunjucks templates inside of .html files which means I get all of the advantages of using html files in VS code (intellisense, emmet, etc.) then I just this Nunjucks Snippets extension to get some help here and there for Nunjucks templates. (marketplace.visualstudio.com/items?itemName=luwenjiechn.nunjucks-vscode-snippets&ssr=false#overview)
@brunosastre1948
@brunosastre1948 2 жыл бұрын
Great tutorial! Thanks so much for sharing.
@KoarisDesign
@KoarisDesign Жыл бұрын
Dude your mic is insane, makes the video really enjoyable with headphones. You could just talk shit and I would listen..
@katadermaro
@katadermaro 2 жыл бұрын
Hi Jaydan, thank you for doing this. Please answer this. I only know HTML and CSS pretty well and basics of JS like functions, arrays, objects and basic stuff really. I've not gone anywhere near APIs before this. Should I follow this playlist or focus on JS more before starting with 11ty?
@jaydanurwin
@jaydanurwin 2 жыл бұрын
Hey Akash, of course I'm glad to hear it's helping you out! You can actually get really far, create an entire website even on 11ty without a single line of JavaScript. So I would say to jump right in and avoid the JS if it's too confusing at first. Sure, this course is more focused on helping devs see the framework use case of 11ty but I hope I'm conveying that the JS templates are a feature and not a requirement.
@katadermaro
@katadermaro 2 жыл бұрын
@@jaydanurwin thank you so much. 🤗
@eraybesirli8778
@eraybesirli8778 2 жыл бұрын
Thank you so much, very nice lecture
@ar_xiv
@ar_xiv Жыл бұрын
It’s funny to me how we’re wrapping all the way around to something like php templating from 20+ years ago and honestly I’m totally fine with that
@danielmarkoff2476
@danielmarkoff2476 2 жыл бұрын
Thank you! :) We are looking forward to the next video! Subcribe!
@jaydanurwin
@jaydanurwin 2 жыл бұрын
Thanks for the kind words Daniel! I'm going to try my best to get part 2 recorded this weekend 🙌🏼
@20handsup
@20handsup 3 ай бұрын
Your '.eleventy.js' file... the contents are ignored. If I leave all that out, it works fine.
@oliverp8006
@oliverp8006 2 жыл бұрын
If you want to use the 'older' templating languages it's eleventy, if you want to work with the new kids on the block js type React/Vue/Svelte it's Astro
@jaydanurwin
@jaydanurwin 2 жыл бұрын
I mostly agree, the only point I would argue is you *can* use modern JavaScript syntax for templating in 11ty. So not all of the options are older. I really enjoy both though!
@20handsup
@20handsup 3 ай бұрын
I can't get your code to work.
@DanteMishima
@DanteMishima 2 жыл бұрын
Thank you so much
@jaydanurwin
@jaydanurwin 2 жыл бұрын
Of course! I'm glad to hear it's helping you out!
@kimbapslayer1995
@kimbapslayer1995 2 жыл бұрын
So 11ty is basically a site generator for developers? Good for documentation, portfolios? Definitely not something to build for a client I'm assuming
@jaydanurwin
@jaydanurwin 2 жыл бұрын
Great question and I'm sorry I didn't address it better in the series. 11ty can definitely be used for client sites and it's actually used to build some really high traffic sites. (web.dev and netlify.app to think of a couple) You'll most commonly see it used by developers because developers like to show off the tools they're using for their own site haha
@kimbapslayer1995
@kimbapslayer1995 2 жыл бұрын
@@jaydanurwin ahh okay. Is there a way to hook this up to a CMS? Everything looked really easy, but I think it would be tough for non tech people to edit MD files in a code editor
@psilocybin-
@psilocybin- Жыл бұрын
look up decap CMS(formerly netlify cms) that's exactly for the use case you thinking of@@kimbapslayer1995
@Kanexxable
@Kanexxable 2 жыл бұрын
I don't know anything about blogs at all I want to make one and get an audience. any articles or advice.
@jaydanurwin
@jaydanurwin 2 жыл бұрын
I am not personally a blogger myself but the best piece of advice I've heard on content creation in general is to be consistent and always aim for each post to be at least 1% better than the last.
@therealzaybee
@therealzaybee 2 жыл бұрын
You are awesome... !! but only thing that is annoying about you is that you have your explorer section of your vs code on the right side.
@jaydanurwin
@jaydanurwin 2 жыл бұрын
Haha give it a try for a few days and let me know what you think! So far I've converted 2 devs to the dark side 😉
@oussamaghrib4558
@oussamaghrib4558 11 ай бұрын
If Post Malone was not a singer 😅.
Why I STOPPED Using Next.js And Chose Astro Instead
12:10
James Q Quick
Рет қаралды 59 М.
An Unknown Ending💪
00:49
ISSEI / いっせい
Рет қаралды 37 МЛН
Templating: Eleventy's Superpower with Mike Aparicio
14:47
THE Eleventy Meetup
Рет қаралды 6 М.
Themeable Layouts with Sass & 11ty ft. Stephanie Eckles - Colbyashi Maru
1:04:24
Astro makes websites faster & easier to build
22:55
Kevin Powell
Рет қаралды 121 М.
Web Developer Portfolio - 9.5/10 (Front End, React)
11:54
CodingPhase
Рет қаралды 1,2 МЛН
The Future of 11ty - Zach Leatherman (11ty Conf 2024)
30:12
Let’s Learn Eleventy! (with Zach Leatherman) - Learn With Jason
1:30:47
Learn With Jason
Рет қаралды 22 М.
Why Beautiful Websites Don’t Convert
12:57
Malewicz
Рет қаралды 102 М.
Turn static HTML/CSS into a blog with CMS using the JAMStack
1:23:34
Kevin Powell
Рет қаралды 145 М.
7 better ways to create a React app
7:08
Fireship
Рет қаралды 545 М.