-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
228 additions
and
338 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
import { BlogTeaser } from "../../../components/BlogTeaser/BlogTeaser"; | ||
import { getBlogPosts } from "../../../lib/queries"; | ||
|
||
export const NewBlogPosts = async () => { | ||
const blogPosts = await getBlogPosts(); | ||
return ( | ||
<BlogTeaser | ||
title="Blog" | ||
description="Irregular writing on UX Design, Life-centered Design, and more..." | ||
blogPosts={blogPosts} | ||
/> | ||
); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
apps/website/src/app/lifecentereddesign/LcdBlogPosts/LcdBlogPosts.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
import { BlogTeaser } from "../../../components/BlogTeaser/BlogTeaser"; | ||
import { getBlogPosts } from "../../../lib/queries"; | ||
|
||
export const LcdBlogPosts = async () => { | ||
const blogPosts = await getBlogPosts(); | ||
const lcdBlogPosts = blogPosts.filter( | ||
(blogPost) => | ||
blogPost.topics?.some((topic) => topic.title === "Life-centered Design"), | ||
); | ||
|
||
return ( | ||
<BlogTeaser | ||
title="Blog" | ||
description="Blog Posts about Life-centered Design" | ||
blogPosts={lcdBlogPosts} | ||
/> | ||
); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
1050c78
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
katharinaclasen-com – ./apps/website
katharinaclasen-com-git-main-timoclsn.vercel.app
katharinaclasen-com-timoclsn.vercel.app
katharinaclasen-de.vercel.app
katharinaclasen.de
katharinaclasen.com