Migrating My Blog From WordPress To Github Pages Lessons Learned

Migrating My Blog From Wordpress To Github Pages Lessons Learned Discover my journey of moving from wordpress to github pages. learn how i tackled challenges with github actions and optimized the deployment process. After getting hacked one too many times, i've decided to move all of my blogs and url shortening sites from a virtual private server to github pages. github pages are pretty awesome and i'm not using them to their fullest ability, but so far, it's been a great replacement for wordpress.

Migrating From Wordpress To Github Pages Guillermo Roman I also read about the benefits of switching to a static site, as well as the experiences of several developers in migrating from wordpress to jekyll github pages. I’ve been running my blog on wordpress for years now. it’s been reliable, but i’ve always felt a bit disconnected from the technical side of things. as a software engineer, i wanted more control, more flexibility, and honestly, a workflow that felt more natural to me. After looking at some of the alternatives i decided upon using github pages to host my blog, and use jekyll, a static site generator which has built in support for github pages. my new site is now available at nyechiel , which you obviously know if you read this post. First, i had to find a simple, easy to use xml parser. after a short google search, i found fast xml parser. this parser creates a js object tree from the xml that can be easily processed. another.

Migrating My Blog To Jekyll And Github Pages After looking at some of the alternatives i decided upon using github pages to host my blog, and use jekyll, a static site generator which has built in support for github pages. my new site is now available at nyechiel , which you obviously know if you read this post. First, i had to find a simple, easy to use xml parser. after a short google search, i found fast xml parser. this parser creates a js object tree from the xml that can be easily processed. another. At the beginning of the new year, i decided to migrate my blog from wordpress to github pages. even though the process was pretty simple, thanks to a number of open source tools, there were a couple of hurdles along the way, so i decided to create this step by step guide. As part of setting up things with github pages, there is also a workflow that helps build and release the jeykll site to github pages. i’ll follow this up with another post on some of my customizations for monitoring and dns. How to export your wordpress blog and setup github pages with https and custom domain. Over last 3 weeks, i learnt how to create and fix issues on the github pages. i wanted to share the steps involved in migrating my wordpress blog to a github blog post.

Migrating My Blog To Jekyll And Github Pages At the beginning of the new year, i decided to migrate my blog from wordpress to github pages. even though the process was pretty simple, thanks to a number of open source tools, there were a couple of hurdles along the way, so i decided to create this step by step guide. As part of setting up things with github pages, there is also a workflow that helps build and release the jeykll site to github pages. i’ll follow this up with another post on some of my customizations for monitoring and dns. How to export your wordpress blog and setup github pages with https and custom domain. Over last 3 weeks, i learnt how to create and fix issues on the github pages. i wanted to share the steps involved in migrating my wordpress blog to a github blog post.

Lessons Learned From Migrating 1 000 Blog Posts To Wordpress Sitepoint How to export your wordpress blog and setup github pages with https and custom domain. Over last 3 weeks, i learnt how to create and fix issues on the github pages. i wanted to share the steps involved in migrating my wordpress blog to a github blog post.
Comments are closed.