Skip to content

Commit

Permalink
feat: update lix website
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsJacobsen committed Aug 8, 2024
1 parent e299b71 commit 6ded738
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lix/website/src/pages/index/blogPosts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ type BlogPost = {
}

export const blogPosts: Array<BlogPost> = [
{
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",
Expand Down
5 changes: 5 additions & 0 deletions lix/website/src/pages/index/use-cases.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,9 @@ export const useCases: Array<UseCase> = [
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",
},
]

0 comments on commit 6ded738

Please sign in to comment.