diff --git a/lix/website/src/pages/index/blogPosts.ts b/lix/website/src/pages/index/blogPosts.ts index feb30ec45f..3727fd3515 100644 --- a/lix/website/src/pages/index/blogPosts.ts +++ b/lix/website/src/pages/index/blogPosts.ts @@ -4,6 +4,10 @@ type BlogPost = { } export const blogPosts: Array = [ + { + title: "July 2024 update", + link: "https://opral.substack.com/p/july-2024-update", + }, { title: "Accelerate by years part IV - The prototype", link: "https://opral.substack.com/p/accelerate-by-years-iv-the-prototype", diff --git a/lix/website/src/pages/index/use-cases.ts b/lix/website/src/pages/index/use-cases.ts index 7a0cc5aefb..5408076c76 100644 --- a/lix/website/src/pages/index/use-cases.ts +++ b/lix/website/src/pages/index/use-cases.ts @@ -10,4 +10,9 @@ export const useCases: Array = [ year: 2024, link: "https://opral.substack.com/cp/146431448", }, + { + title: "Collaborative Markdown with Lix Change Control", + year: 2024, + link: "https://opral.substack.com/p/collaborative-markdown-with-lix-change", + }, ]