feat: threads page explanation
This commit is contained in:
parent
7938fd34c9
commit
c2b18490d4
1 changed files with 21 additions and 0 deletions
|
|
@ -14,6 +14,27 @@ const page = {
|
||||||
|
|
||||||
<p>{page.description}</p>
|
<p>{page.description}</p>
|
||||||
<p>Visit the <a href="https://ayco.io/threads">page</a></p>
|
<p>Visit the <a href="https://ayco.io/threads">page</a></p>
|
||||||
|
<p>You're probably wondering how it works.</p>
|
||||||
|
<p>
|
||||||
|
What you are viewing now, is but a placeholder in the <a
|
||||||
|
href="https://git.ayo.run/ayo/ayco.io-astro#readme"
|
||||||
|
>static parts of my personal website.</a
|
||||||
|
> This is not the full picture. There is a <a
|
||||||
|
href="https://git.ayo.run/ayo/ayco.io-flask#readme">Flask server</a
|
||||||
|
> serving the static assets who is also responsible for attaching dynamic parts
|
||||||
|
/ blueprints like my <a href="https://git.ayo.run/ayo/threads#readme"
|
||||||
|
>Threads</a
|
||||||
|
> project.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
I built it that way, because Python serves as a good "glue" to put
|
||||||
|
different parts together. Especially now with <em>LLMs</em>... where
|
||||||
|
Python is probably their greatest strength.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Anyway, for questions don't hesitate to <a
|
||||||
|
href="https://ayo.ayco.io/about#contact">contact me</a>
|
||||||
|
</p>
|
||||||
</main>
|
</main>
|
||||||
<Footer />
|
<Footer />
|
||||||
</Layout>
|
</Layout>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue