implements basic site structure

and adds deploy script
This commit is contained in:
Dennis Schoepf 2026-02-21 22:47:18 +01:00
parent 5d4cafe8fb
commit c401b1bc03
18 changed files with 951 additions and 29 deletions

View file

@ -0,0 +1,8 @@
---
import Layout from "../layouts/Layout.astro";
---
<Layout title="Home">
<h1>Photography</h1>
<p>In Progress ...</p>
</Layout>