Merge branch 'main' of git.sr.ht:~ayoayco/ayco.io-astro into main

This commit is contained in:
Ayo Ayco 2024-04-20 08:43:24 +00:00
commit b8f1ae1900

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://sr.ht/~ayoayco/personal-site">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://sr.ht/~ayoayco/personal-site">personal site</a></p>