From c2b18490d4bf029ebcde54a616853946f2891ca1 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 12 Apr 2026 06:28:32 +0200 Subject: [PATCH] feat: threads page explanation --- src/pages/threads.astro | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/pages/threads.astro b/src/pages/threads.astro index 2e50d92..e475e1b 100644 --- a/src/pages/threads.astro +++ b/src/pages/threads.astro @@ -14,6 +14,27 @@ const page = {

{page.description}

Visit the page

+

You're probably wondering how it works.

+

+ What you are viewing now, is but a placeholder in the static parts of my personal website. This is not the full picture. There is a Flask server serving the static assets who is also responsible for attaching dynamic parts + / blueprints like my Threads project. +

+

+ I built it that way, because Python serves as a good "glue" to put + different parts together. Especially now with LLMs... where + Python is probably their greatest strength. +

+

+ Anyway, for questions don't hesitate to contact me +