diff --git a/articles/web_stack.md b/articles/web_stack.md index bface29..d3a41b8 100644 --- a/articles/web_stack.md +++ b/articles/web_stack.md @@ -25,5 +25,5 @@ Pandoc + Tup = ❤️ I decided to use [Pandoc](https://pandoc.org/) to convert from Markdown to HTML. It is widely used by other generators and takes care of the file conversion. -For automation, I use a simple top-level Makefile and +For automation, I use a simple top-level [Justfile](https://just.systems/) and [Tup](http://gittup.org/tup/index.html).