From 14c02d1e2644fbbfd355940f77ac17b596eb9a46 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Fri, 19 Apr 2024 22:09:25 +0200 Subject: [PATCH] feat: update now page --- src/pages/now.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/now.astro b/src/pages/now.astro index 33d9e19..9c6765e 100644 --- a/src/pages/now.astro +++ b/src/pages/now.astro @@ -14,7 +14,7 @@ const posts = await Astro.glob("./now/and-then/posts/*.astro");

After a while of reading and deep consideration, I have decided to pick up Python as my chosen general-purpose programming language.

-

This very website is now running on a Flask python server. And I have started working on a self-hosted public /threads project.

+

This very website is now running on a Flask server. And I have started working on a self-hosted public /threads project also on Python.

Will probably write some blogs about the journey, but I have already organized the collection of repositories for my personal site