feat: update now page
This commit is contained in:
parent
82c06d1966
commit
14c02d1e26
1 changed files with 1 additions and 1 deletions
|
@ -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>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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue