From 857bace76b711ea6a4d5e452f280f61d005e15fe Mon Sep 17 00:00:00 2001 From: pedrocx486 Date: Sat, 4 Mar 2023 03:21:04 -0300 Subject: [PATCH] New post --- assets/posts/an-update.json | 8 ++++++++ assets/posts/archive.json | 7 ++++++- assets/settings.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 assets/posts/an-update.json diff --git a/assets/posts/an-update.json b/assets/posts/an-update.json new file mode 100644 index 0000000..f8dba64 --- /dev/null +++ b/assets/posts/an-update.json @@ -0,0 +1,8 @@ +{ + "postTitle": "An update...", + "timestamp": "1677910726", + "editedTimestamp": "", + "postContent": "Hello dear reader.\n\nIt's been a while since I actually posted something of substance around these parts.\n\nRecently, life has taken me on a journey and in the end I got a couple lessons out of if. I have much to write, in its due time of course.\n\nSoon I'll start to revamp the blog's UI, make it simpler, like the olden days of the internet. Or maybe change platforms entirely instead of using a self-made one. Not sure yet.\n\nBut this will turn into sort of a notepad for my thoughts, hopefully giving insight into the interesting things I run into.\n\nI've been leaving social media recently, most of it at least (still have Discord and Matrix accounts) and my email contact (pedro [at] pedrocx486.club) in case you, dear reader, want to contact me.", + "filename": "an-update", + "draft": false +} \ No newline at end of file diff --git a/assets/posts/archive.json b/assets/posts/archive.json index 428667d..036599a 100644 --- a/assets/posts/archive.json +++ b/assets/posts/archive.json @@ -1,4 +1,9 @@ [ + { + "postTitle": "An update...", + "timestamp": "1677910726", + "filename": "an-update" + }, { "postTitle": "eXtreme Go Horse (XGH)", "timestamp": "1675126863", @@ -14,4 +19,4 @@ "timestamp": "1654062776", "filename": "hello-world" } -] +] \ No newline at end of file diff --git a/assets/settings.json b/assets/settings.json index 29da654..dcb67ca 100644 --- a/assets/settings.json +++ b/assets/settings.json @@ -4,7 +4,7 @@ "username": "pedrocx486", "bio": "code tinkerer, seeker of the meaningless meaning, 3d printing evangelist, probably a lil' bit crazy", "twitter": "", - "mastodon": "http://mstdn.pedrocx486.club/@pedrocx486", + "mastodon": "", "instagram": "", "youtube": "", "maxPosts": 5,