Remove page g
article thumbnail

A Sample Makefile for Creating Blog Articles

Scott Lowe

In its first iteration as a static site, the HTML was generated using Jekyll and hosted on GitHub Pages. I chose to tackle this using a Makefile so that I had some level of independence from the specific editor or operating system I was using ( make is easily accessible on both macOS and Linux). editor ?= /usr/local/bin/subl

Linux 60