Skip to content

Commit

Permalink
Added post.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Aug 9, 2024
1 parent 94b6f43 commit e5cd4c7
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/pride-and-shame-in-hobbyist-programming-063d4273f61c',
title: 'Pride and shame in hobbyist programming',
date: '2024.08',
tags: ['computing education', 'personal'],
img: 'hobby',
alt: 'Amy in a white Nike "just do it" t-shirt in front of a boxy CRT and PC with keyboard, speakers, and floppy disks. A small desk lamp lights a corner of a wooden desk.',
},
{
url: 'https://medium.com/bits-and-behavior/cra-snowbird-2024-trip-report-computing-contrasts-6754de87243a',
title: 'CRA Snowbird 2024 trip report: computing contrasts',
Expand Down
Binary file added static/images/posts/post-hobby.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 e5cd4c7

Please sign in to comment.