Sample markdown files used in CMS Part 1 YouTube tutorial

I’m just working through Ben’s very helpful Youtube tutorial - How to Set Up Elements CMS: Part 1.

During the course of the video (at 7:07), he uploaded some sample markdown files to work with while laying out the blog and setting up the CMS. In order that I (and maybe others) can follow along, would it be possible to post these markdown files and the project? This would be so helpful.

Here’s the entire project, including the markdown files: Download Elements CMS Part 1 Project

Enjoy :smiley:

Thanks so much Ben!

Thanks for this - you are using external images so what do I need to change the src: to get it to read image folder “images” in the resources folder PLEASE and THANKS!

Remove the type: remote value from the markdown frontmatter, and link to the images in your resources folder.

Original remote image:

image:
  type: remote
  src: https://images.unsplash.com/photo-1543071293-d91175a68672?q=80&w=4917&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D
  alt: 'Burj Khalifa: Touching the Sky'
  width: 1200
  height: 800

Local Images: I have the burj.jpg image in a “photos” folder in resources in Elements.

image:
  src: /photos/burj.jpg
  alt: 'Burj Khalifa: Touching the Sky'
  width: 1200
  height: 800

Hope that helps!

Amazing I will give it a go now and THANKS for quick response!

I had no doubts but that works perfectly! THANKS!

Is 800FYI a typo?

Yes but I didn’t type anything in there!:rofl::rofl::rofl::rofl: I just replied to Dans post look up above and use Dans code. It worked for me.