Skip to content

Commit

Permalink
Addd post.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Feb 5, 2024
1 parent 1eac18a commit ae76f60
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/power-ignorance-and-the-healing-promise-of-curiosity-16f2e6edda5a',
title: 'Power, ignorance, and the healing promise of curiosity',
date: '2024.02',
tags: ['personal', 'gender', 'society'],
img: 'ignorance',
alt: 'A dark wooded scene with white and pink spheres hovering in the air.',
},
{
url: 'https://medium.com/bits-and-behavior/data-dependency-317344978843',
title: 'Data dependency',
Expand Down
Binary file added static/images/posts/post-ignorance.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 ae76f60

Please sign in to comment.