feat: update now page

This commit is contained in:
Ayo Ayco 2024-04-19 22:09:25 +02:00
parent 82c06d1966
commit 14c02d1e26

View file

@ -14,7 +14,7 @@ const posts = await Astro.glob("./now/and-then/posts/*.astro");
<p>After a while of reading and deep consideration, I have decided to pick up Python as my chosen general-purpose programming language.</p> <p>After a while of reading and deep consideration, I have decided to pick up Python as my chosen general-purpose programming language.</p>
<p>This very website is now running on a <a href="https://flask.palletsprojects.com/">Flask</a> python server. And I have started working on a self-hosted public <a href="https://git.sr.ht/~ayoayco/threads">/threads</a> project.</p> <p>This very website is now running on a <a href="https://flask.palletsprojects.com/">Flask</a> server. And I have started working on a self-hosted public <a href="https://git.sr.ht/~ayoayco/threads">/threads</a> project also on Python.</p>
<p>Will probably write some blogs about the journey, but I have already organized the collection of repositories for my <a href="https://git.sr.ht/~ayoayco/threads">personal site</a></p> <p>Will probably write some blogs about the journey, but I have already organized the collection of repositories for my <a href="https://git.sr.ht/~ayoayco/threads">personal site</a></p>