From 47c9c65792670436bd264cce143ff3dd44d14f16 Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Wed, 17 Apr 2024 14:23:40 -0400 Subject: [PATCH] Link image to the original Twitter status --- src/how_to_run_a_journal.dj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/how_to_run_a_journal.dj b/src/how_to_run_a_journal.dj index 0ab69a0..90ad010 100644 --- a/src/how_to_run_a_journal.dj +++ b/src/how_to_run_a_journal.dj @@ -65,7 +65,7 @@ Because our CI tool is running this code, we can know which articles need compil Everything I've just described can be done in just ~400 lines of Rust. This is the effect of buidling simple on top of simple, _and making an effort to retain simplicity_ by making the most out of the simple building blocks. -![Google cosplay is not business-critical](assets/google_cosplay.jpg) +[![Google cosplay is not business-critical](assets/google_cosplay.jpg)](https://twitter.com/garybernhardt/status/1344341213575483399) My Rust code makes heavy use of git, a very simple yet amazing tool for adding functionality to plain text.