Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
imteekay committed Sep 2, 2024
1 parent a9e4150 commit ff758dc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Home/components/Writings/postsList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ type Post = {
};

export const postsList: Post[] = [
{
datetime: '2024-08-14',
link: '/essays/applying-books-in-my-life',
title: 'Applying Books in My Life',
},
{
datetime: '2024-08-12',
link: '/essays/learning-and-the-power-of-the-first-step',
title: 'The Art of Learning',
},
{
datetime: '2024-08-05',
link: '/essays/the-art-of-learning',
title: 'Learning & The Power of the First Step',
},
{
datetime: '2024-07-08',
link: '/series/mathematics-for-machine-learning',
Expand Down

0 comments on commit ff758dc

Please sign in to comment.