Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
imteekay committed Sep 29, 2023
1 parent dc99c29 commit 60f7430
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Base/Microblog/Post/posts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ type PostTypes = {
};

export const posts: PostTypes[] = [
{
title: 'Being Different',
slug: 'being-different',
date: '2023-09-29 • 18:12',
description: `I love this quote by Mitchell Pritchett:
<br><br>
"This is the funny thing about growing up. For years and years, everybody's desperately afraid, to be different, you know, in any way. And then, suddenly, almost overnight, Everybody wants to be different"`,
},
{
title: 'Writing & The Promise of Living Forever',
slug: 'writing-and-the-promise-of-living-forever',
Expand Down
5 changes: 5 additions & 0 deletions content/microblog/being-different/en/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
I love this quote by Mitchell Pritchett:

"This is the funny thing about growing up. For years and years, everybody's desperately afraid, to be different, you know, in ANY way. And then, suddenly, almost overnight, Everybody WANTS to be different"

---
9 changes: 9 additions & 0 deletions content/microblog/being-different/en/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"title": "Being Different",
"description": "Microblog: Being Different",
"date": "2023-09-29 • 18:12",
"tags": [],
"coverImage": {
"src": "/microblog/writing-and-the-promise-of-living-forever.jpg"
}
}

0 comments on commit 60f7430

Please sign in to comment.