diff --git a/src/data/Posts.ts b/src/data/Posts.ts index 881fb4f..429b2dc 100644 --- a/src/data/Posts.ts +++ b/src/data/Posts.ts @@ -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', diff --git a/static/images/posts/post-hobby.jpg b/static/images/posts/post-hobby.jpg new file mode 100644 index 0000000..8576959 Binary files /dev/null and b/static/images/posts/post-hobby.jpg differ