Skip to content

Commit

Permalink
Added post.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Feb 20, 2024
1 parent 79956fc commit e06de97
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/90e50d2ba670',
title: 'Processing a “A Short History of Trans Misogyny',
date: '2024.02',
tags: ['personal', 'gender', 'society'],
img: 'misogyny',
alt: 'Photo of the cover of the book, reading "A SHORT HISTORY OF TRANS MISOGYNY" with an image of a dolled up woman behind.',
},
{
url: 'https://medium.com/bits-and-behavior/power-ignorance-and-the-healing-promise-of-curiosity-16f2e6edda5a',
title: 'Power, ignorance, and the healing promise of curiosity',
Expand Down
Binary file added static/images/posts/post-misogyny.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 e06de97

Please sign in to comment.