implements basic site structure
and adds deploy script
This commit is contained in:
parent
5d4cafe8fb
commit
c401b1bc03
18 changed files with 951 additions and 29 deletions
8
src/pages/photography.astro
Normal file
8
src/pages/photography.astro
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
import Layout from "../layouts/Layout.astro";
|
||||
---
|
||||
|
||||
<Layout title="Home">
|
||||
<h1>Photography</h1>
|
||||
<p>In Progress ...</p>
|
||||
</Layout>
|
||||
Loading…
Add table
Add a link
Reference in a new issue