Skip to content

Commit

Permalink
Added post.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Mar 23, 2024
1 parent d32b574 commit fa56b25
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://medium.com/bits-and-behavior/sigcse-2024-trip-report-041db5678f9b',
title: 'SIGSE 2024 trip report: always hallways',
date: '2024.03',
tags: ['trip report', 'computing education'],
img: 'sigcse2024',
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://amyjko.medium.com/90e50d2ba670',
title: 'Processing a “A Short History of Trans Misogyny',
Expand Down
Binary file added static/images/posts/post-sigcse2024.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 fa56b25

Please sign in to comment.