From 888745bb0f545a0d0046809122c1c4d295a82cab Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 29 May 2023 20:42:47 +0200 Subject: [PATCH] new drafts and category --- _drafts/2023-05-22-holding-off-rewrite.md | 8 ------- _drafts/2023-05-29-building-a-cozy-web.md | 21 ++++++++++++++++++- .../2023-05-29-jason-bourne-vs-john-wick.md | 11 ++++++++++ entertainment.html | 19 +++++++++++++++++ 4 files changed, 50 insertions(+), 9 deletions(-) delete mode 100644 _drafts/2023-05-22-holding-off-rewrite.md create mode 100644 _drafts/2023-05-29-jason-bourne-vs-john-wick.md create mode 100644 entertainment.html diff --git a/_drafts/2023-05-22-holding-off-rewrite.md b/_drafts/2023-05-22-holding-off-rewrite.md deleted file mode 100644 index d029a9c..0000000 --- a/_drafts/2023-05-22-holding-off-rewrite.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Seriously Holding Off this Blog's Rewrite to Focus on Content" -description: "Have you ever heard the joke about the web developer who also has a blog? I'm that web developer." -category: personal -permalink: /:title/ ---- - -The thing about being a web developer and maintaining a personal blog is that you often feel the need to improve the site--even more often than actually writing content. This has become common joke in the tech world. diff --git a/_drafts/2023-05-29-building-a-cozy-web.md b/_drafts/2023-05-29-building-a-cozy-web.md index c9d873e..ee300df 100644 --- a/_drafts/2023-05-29-building-a-cozy-web.md +++ b/_drafts/2023-05-29-building-a-cozy-web.md @@ -5,4 +5,23 @@ description: If you ask how I want to change the web, I start here category: projects --- -A lot of websites has become a "pay for convenience" business model. \ No newline at end of file +Have you ever clicked a link to an article, all hyped up to read the content, only to be slapped in the face with popups over popups of requests to subscribe and consent permission? + +Ah, well you're not alone. + +A lot of websites now has become a "pay for convenience" kind of business. + +Either you pay for literal money and get access to their content, or they make you jump through hoops and you pay with time (and your personal data). + +And the hard truth is, website owners have every right to do this. + +The more digital-literate people know several solutions exist to get around this. + +You have browsers offering a Reader View. + +You have apps like Pocket. + +But are these solutions enough now? + +## Your Modern-Day Reading Assistant + diff --git a/_drafts/2023-05-29-jason-bourne-vs-john-wick.md b/_drafts/2023-05-29-jason-bourne-vs-john-wick.md new file mode 100644 index 0000000..9969cf5 --- /dev/null +++ b/_drafts/2023-05-29-jason-bourne-vs-john-wick.md @@ -0,0 +1,11 @@ +--- +title: John Wick is Just a Repackaged Jason Bourne +permalink: /:title/ +description: "A description of the blog" +category: entertainment +--- + + + diff --git a/entertainment.html b/entertainment.html new file mode 100644 index 0000000..75555c2 --- /dev/null +++ b/entertainment.html @@ -0,0 +1,19 @@ +--- +layout: category +category-name: entertainment +title: Entertainment Posts +permalink: /entertainment/ +--- + +

Entertainment Posts

+ +
+ {% if site.categories.entertainment.size > 0 %} + + {% else %} + No posts to show. + {% endif %} +