I would love to see more videos from you. Your content quality is too good.
@SwashbucklingwithCode2 жыл бұрын
Thank you, that means a lot to me. I will keep trying.
@Drift_with_Lina Жыл бұрын
Very thorough walkthrough. Thank you for jump starting us into Next.js and Contentful,
@SwashbucklingwithCode Жыл бұрын
My pleasure.
@marlenesco2 жыл бұрын
Welcome back mate
@SwashbucklingwithCode2 жыл бұрын
Thank you.
@r-games-official2 жыл бұрын
The video was extremly helpful and interesting to watch! Keep up the good work. Great video quality!
@SwashbucklingwithCode2 жыл бұрын
Thank you, I'm glad it could be of use.
@kevindoring20082 жыл бұрын
If someone asks me about webpack or github actions, i always recommend your channel. I think i can do the same for future CMS advice? I love your intro Jimmy! Your theme and the sounds are exceptionally appealing to me. 🎶 It fits your character so well. Please keep up the contentful educational stream and please invite your ferret into your show from time to time!
@SwashbucklingwithCode2 жыл бұрын
I greatly appreciate the high praise. I am hoping to do some future CMS videos as time affords. I spent A LOT of time coming up with the intro originally, and not many mention it so thank you for doing so. I had to learn Afterworks to animate it, haha. Sadly, my ferret passed away at the end of last year, which was a big part of why I haven't been doing as many videos lately. Thank you for asking about her, and thanks again for the kind words.
@joelhobenu74602 жыл бұрын
oh my man Jimmy!! Where have you been? Was worried sick. Good to have you back though. Awesome content as usual.
@SwashbucklingwithCode2 жыл бұрын
I know, it's been quite awhile. Thank you for the warm welcome. We'll try to get this show startup up again on a more regular cadence.
@joelhobenu74602 жыл бұрын
@@SwashbucklingwithCode awesome!!!
@Dan-p7f2 жыл бұрын
Thank you for content!
@SwashbucklingwithCode2 жыл бұрын
Thanks for watching.
@eyupucmaz2 жыл бұрын
Thank you for good content!
@InverserPro2 жыл бұрын
Thanks u, bro!
@SwashbucklingwithCode2 жыл бұрын
Yup!
@riteshkashyap148872 жыл бұрын
Thanks for Video!
@rafaelventura9819 Жыл бұрын
Gracias amigo. Fue de gran ayuda !!!
@neeleshroy44672 жыл бұрын
What’s that editor font? It looks sick!
@SwashbucklingwithCode2 жыл бұрын
It is Cartograph Mono CF. I think I did actually have to pay for this one but I can't recall now.
@mnpalazzo2 жыл бұрын
One issue I've struggled to find a solution for with Contentful is creating a parent-child relationship with pages. Or a site tree that goes deeper than one level. For example, if i have a Page content type, and i use it to create /about page, how can I then create a child page under that one, so it would be /about/new-page. Or maybe even a third level down? Any help or resources on this? I feel like site trees are fairly common for web creation
@SwashbucklingwithCode2 жыл бұрын
I don't know of a resource without some searching, but how I've accomplished this is to either have a type field for categories, or just split the slug string on `/` when building out pages. The relationship in Contentful of a parent to a child, as you put it, doesn't really matter for the purposes of creating those pages. Any content they share can be referenced when building them individually. Say that all pages under `products` have the same hero section (or sidebar or whatever). You would just relink to that same content entry in every page, so when you change it in the original it changes all of them. Then, in your build system of choice, you can either use the slug (and split on `/`) to figure it out, or use a `type` parameter when querying for those pages. Hope that explanation tracks.
@mnpalazzo2 жыл бұрын
Sounds good. Yep the split of the slug string makes sense and that will be my solution for now. It clears everything on the frontend for sure. Just from an admin UI stand point i kinda wish there was a site map view where i could see my page structures But thank you very much for the advice for the slug, I'll be using that
@9gager872 жыл бұрын
Nice haircut!
@SwashbucklingwithCode2 жыл бұрын
Thanks, it's actually gettin a bit long again so I need another.
@VoyceAtlas2 жыл бұрын
the highs in ur voice is a little harsh... just FYI... up the mids or take down the highs.
@SwashbucklingwithCode2 жыл бұрын
Thank you for the feedback. I've been trying to mitigate that without much success but this lets me know it isn't just me hearing it and I'll put more time in.