diff options
-rw-r--r-- | _posts/2023-06-23-welcome-to-my-blog.md | 1 | ||||
-rw-r--r-- | _posts/2023-07-11-enter-the-fediverse.md | 5 | ||||
-rw-r--r-- | assets/index.css | 2 | ||||
-rw-r--r-- | frontmatter.json | 9 |
4 files changed, 9 insertions, 8 deletions
diff --git a/_posts/2023-06-23-welcome-to-my-blog.md b/_posts/2023-06-23-welcome-to-my-blog.md index aedb4e1..16768f3 100644 --- a/_posts/2023-06-23-welcome-to-my-blog.md +++ b/_posts/2023-06-23-welcome-to-my-blog.md @@ -2,6 +2,7 @@ title: Welcome to my blog! layout: post date: "2023-06-23 11:51:01" +tags: [blog, tech, webdev] --- Hello, I have decided to set up a blog on my website :) diff --git a/_posts/2023-07-11-enter-the-fediverse.md b/_posts/2023-07-11-enter-the-fediverse.md index 7b1d206..ff8828d 100644 --- a/_posts/2023-07-11-enter-the-fediverse.md +++ b/_posts/2023-07-11-enter-the-fediverse.md @@ -2,9 +2,8 @@ layout: post title: Enter The Fediverse date: 2023-07-11T16:56:14.690Z -tags: [fediverse] -categories: [Fediverse] ---- +tags: [fediverse, tech] +--- If you haven't heard, Reddit is in [a bit of a pickle](https://www.nbcnews.com/tech/tech-news/reddit-protest-blackout-ceo-steve-huffman-moderators-rcna89544). In short, they have changed their API pricing in such a way as to effectively make it impossible for 3rd party apps to continue, presumably in order to improve that sweet ad revenue (a move probably inspired by [Twitter's](https://www.engadget.com/twitter-shut-off-its-free-api-and-its-breaking-a-lot-of-apps-222011637.html)). In any case, the lack of Reddit for a few days (and my general dissatisfaction with the platform at that time) led me to explore alternatives, which led me to [Lemmy](https://join-lemmy.org), a finding which would cause me to dive much deeper into a much wider thing - the Fediverse. This article will explore this process and how I've found it so far. diff --git a/assets/index.css b/assets/index.css index f7afb97..7855d1b 100644 --- a/assets/index.css +++ b/assets/index.css @@ -105,7 +105,7 @@ blockquote { pre, code { - color: green; + color: limegreen; background-color: black; } diff --git a/frontmatter.json b/frontmatter.json index 7221b19..12b8cf7 100644 --- a/frontmatter.json +++ b/frontmatter.json @@ -56,9 +56,10 @@ } ], "frontMatter.taxonomy.tags": [ - "fediverse" + "blog", + "fediverse", + "tech", + "webdev" ], - "frontMatter.taxonomy.categories": [ - "Fediverse" - ] + "frontMatter.taxonomy.categories": [] } \ No newline at end of file |