Skip to content

Commit

Permalink
Added post.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Jan 1, 2024
1 parent 3f7a366 commit 3b886ef
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/@amyjko/things-i-hope-for-in-2024-8688c4fbd959',
title: 'Things I hope for in 2024',
date: '2024.01',
tags: ['personal', 'diversity', 'society'],
img: '2024hopes',
alt: 'A sunrise, or possibly a sunset, over silhouettes of hills.',
},
{
url: 'https://medium.com/bits-and-behavior/more-than-calculators-why-large-language-models-threaten-public-education-480dd5300939',
title: 'More than calculators: Why large language models threaten learning, teaching, and education',
Expand Down
Binary file added static/images/posts/post-2024hopes.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 3b886ef

Please sign in to comment.