feat: add interactivity with alpinejs (#34)

* first stages of implementing alpinejs

* add link to projects slideshow

* begin adding nav bar

* inpired hero from flaco theme

* fix posts showcase

fixed to publish current work to latest

* revert docker action

* update astro version
This commit is contained in:
Troy 2025-02-12 13:03:43 +00:00 committed by GitHub
parent 37f4fa17b8
commit 8df8272d6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 379 additions and 320 deletions

View file

@ -28,7 +28,7 @@ const listFormatter = new Intl.ListFormat("en-GB", {
updated={article.data.updated}
tags={article.data.tags}
>
<div class="mx-auto mb-8">
<div class="mx-auto mb-8 max-w-[65ch]">
<h1
class="animate-reveal text-start text-2xl font-semibold break-words opacity-0"
>
@ -79,7 +79,9 @@ const listFormatter = new Intl.ListFormat("en-GB", {
}
</div>
</div>
<div class="animate-reveal mx-auto opacity-0 [animation-delay:0.2s]">
<div
class="animate-reveal mx-auto max-w-[65ch] opacity-0 [animation-delay:0.2s]"
>
<Prose>
<Content />
</Prose>