Skip to content

Commit

Permalink
Added post.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Mar 31, 2024
1 parent 3ca89c9 commit cbc7797
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/data/Posts.ts
Original file line number Diff line number Diff line change
@@ -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',
Expand Down
Binary file added static/images/posts/post-tdovchores.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cbc7797

Please sign in to comment.