Building my Site on JAMStack. Live Stream


  • Share on Pinterest

Given the recent problems with my WordPress host and my thoughts on taking this site forward, I have started to design and develop a static site generator version.

My chosen technologies are GatsbyJS, React, and Contentful. This serves my purpose as there is a lot of content that does not change. For the remaining items like journal entries and posts, I can use Contentful to hold the content and pull it in when the generator runs.

This very efficient system has a considerable performance benefit and gives a great way to use a JAMStack to manage the content.

I have previously used GatsbyJS for this site which, if you are sneaky, you may have found at peterwitham.us where it still resides for maintenance and backup. You never know when you need a development and testing site!

I should note that I use GatsbyJS for my CompileSwift site, which is very performant and easy to manage. However, I need to resolve some issues with navigation someday when I get time in between other projects.

Here is the result from today's stream.