--- /** * The code for /threads in production is in: https://git.ayo.run/ayo/threads */ import Layout from '../layouts/Layout.astro' import Footer from '../components/Footer.astro' const page = { title: "Ayo's Threads", description: 'Incubator for thoughts before the become a blog', } console.warn( 'The code for /threads in production is in: https://git.ayo.run/ayo/threads' ) ---

{page.title}

{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