Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
April 17, 2024 02:39 am GMT

Converting BlogCFC blog to Eleventy

Originally posted at akbarsait.com

This post outlines the steps for migrating an existing BlogCFC blog to a JamStack, with a focus on using Eleventy.

Blog Posts Conversion to MD Files: First, convert the existing blog posts to Markdown files. Since all the BlogCFC posts are data-driven, this simplifies the process of converting them to MD files. Adrian Moreno has created a three-step script to make this even easier. Simply use the ColdFusion scripts and customize them as needed

Comments Handling: Next, I needed to migrate the comments from the blog. Initially, I used the built-in comments functionality that saved comments to the BlogCFC database. Later, I migrated to Disqus. Despite the low comment count, I followed these steps to manage them.

coldfusion-builder-extension-appcore-creator.mdcoldfusion-builder-extension-appcore-creator.json

Redirect and Netlify: If youre hosting your blog on Netlify and intend to set up redirects for changes to your page URLs, create a new front-matter entry using the following script. This step is necessary only if you plan to alter the URL pattern from your previous blog to the new one.

The transition from BlogCFC to Eleventy was smoother than anticipated, and I successfully deployed the website on Netlify.
Thanks to Adrian Moreno, Raymond Camden and Zach Leatherman. If you have any questions, feel free to leave a comment!

Related Post:

Title Photo by Akbar Noormohamed on Unsplash


Original Link: https://dev.to/akbarsait/converting-blogcfc-blog-to-eleventy-26cj

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To