From 21bf0ecadf5b91de8b1af2230fc083046c906924 Mon Sep 17 00:00:00 2001 From: Micah Halter Date: Fri, 11 Oct 2024 10:38:02 -0400 Subject: [PATCH] fix: move to using the new Quarto julia engine --- Project.toml | 2 -- posts/post-with-code/index.qmd | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 3f80a76..e69de29 100644 --- a/Project.toml +++ b/Project.toml @@ -1,2 +0,0 @@ -[deps] -IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a" diff --git a/posts/post-with-code/index.qmd b/posts/post-with-code/index.qmd index b603694..1c7e945 100644 --- a/posts/post-with-code/index.qmd +++ b/posts/post-with-code/index.qmd @@ -4,6 +4,7 @@ author: "Harlow Malloc" date: "2023-03-23" categories: [news, code, analysis] image: "image.jpg" +engine: julia --- This is a post with executable code.