From b95676eec9bb47d9f3fe8d04a7d7947e33733cb4 Mon Sep 17 00:00:00 2001 From: Jesse Williams Date: Wed, 19 Jun 2024 10:55:32 -0400 Subject: [PATCH] Update posts.json (#377) Added recent blog posts to feed --- docs/.vitepress/theme/posts.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/docs/.vitepress/theme/posts.json b/docs/.vitepress/theme/posts.json index 5bfd8c6f..7cf20b0f 100644 --- a/docs/.vitepress/theme/posts.json +++ b/docs/.vitepress/theme/posts.json @@ -59,5 +59,29 @@ "tags": ["kitops", "Dev Mode", "Release Notes"], "author": "Gorkem Ercan", "published_time": "2024-05-01" + }, + { + "url": "https://jozu.com/blog/when-to-dockerize-vs-when-to-use-modelkit", + "tags": ["kitops", "ModelKit", "Open Source"], + "author": "Jesse Williams", + "published_time": "2024-05-30" + }, + { + "url": "https://jozu.com/blog/a-step-by-step-guide-to-building-an-mlops-pipeline", + "tags": ["kitops", "MLOps", "Open Source"], + "author": "Jesse Williams", + "published_time": "2024-06-04" + }, + { + "url": "https://jozu.com/blog/10-open-source-tools-for-building-mlops-pipelines/", + "tags": ["kitops", "MLOps", "Open Source"], + "author": "Jesse Williams", + "published_time": "2024-06-06" + }, + { + "url": "https://thejeffbullasshow.libsyn.com/the-secret-world-of-ai-what-businesses-are-doing-behind-closed-doors", + "tags": ["kitops", "MLOps", "Podcast"], + "author": "Brad Micklea", + "published_time": "2024-06-13" } ]