diff --git a/assets/google_cosplay.jpg b/assets/google_cosplay.jpg new file mode 100644 index 0000000..1eaf943 Binary files /dev/null and b/assets/google_cosplay.jpg differ diff --git a/src/how_to_run_a_journal.dj b/src/how_to_run_a_journal.dj index 6541ce2..0ab69a0 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](https://programming.dev/pictrs/image/e69b09e9-3ef6-40ff-b47b-e2ba2b4b633a.png) +![Google cosplay is not business-critical](assets/google_cosplay.jpg) My Rust code makes heavy use of git, a very simple yet amazing tool for adding functionality to plain text.