pietvanzoen / piet.me

Personal website and blog.
https://piet.me
3 stars 1 forks source link

https://piet.me/blog/automated-middleman-deploy-to-github-pages/ #54

Open utterances-bot opened 4 years ago

utterances-bot commented 4 years ago

Automated middleman deploy to Github pages | Piet van Zoen

I recently switched from Jekyll to Middleman for my personal website. After using Middleman for a couple projects I felt that Middleman was much easier to setup and manage than Jekyll, also I really don’t like liquid templating. The one thing I missed from Jekyll was automated deploys to Github pages. It wasn’t very difficult but you have to jump through a few hoops. Since I’m running my own build I decided to add some tests for my static site too. So here’s the how-to.

https://piet.me/blog/automated-middleman-deploy-to-github-pages/

jeffreytse commented 4 years ago

Nice tutorial! Here is a convenient GitHub Action named jekyll-deploy-action for you to build and deploy the Jekyll site on GitHub Pages.