diff --git a/src/data/Posts.ts b/src/data/Posts.ts index a6ec0c71..91525fe7 100644 --- a/src/data/Posts.ts +++ b/src/data/Posts.ts @@ -1,6 +1,14 @@ import type Post from '../lib/models/Post'; export const Posts: Post[] = [ + { + url: 'https://amyjko.medium.com/trans-day-of-chores-516a22fa9b1b', + title: 'Trans day of chores', + date: '2024.03', + tags: ['gender', 'personal'], + img: 'tdovchores', + alt: 'A highly warped, up close photo of Boomy the tuxedo cat, with her nose so pink and large.', + }, { url: 'https://medium.com/bits-and-behavior/sigcse-2024-trip-report-041db5678f9b', title: 'SIGSE 2024 trip report: always hallways', diff --git a/static/images/posts/post-tdovchores.jpg b/static/images/posts/post-tdovchores.jpg new file mode 100644 index 00000000..14c99a7e Binary files /dev/null and b/static/images/posts/post-tdovchores.jpg differ