diff --git a/README.md b/README.md index ce47fa6..15d17af 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,15 @@ - -# site +# Purple Bubble's Website [![Netlify Status](https://api.netlify.com/api/v1/badges/405c64d7-3e5c-41c6-8577-13298a2edcf7/deploy-status?branch=main)](https://app.netlify.com/sites/chimerical-fox-6d9845/deploys) + +This is the repo for @thepurplebubble's website. + +The site is written in Astro and deployed via Netlify. +To start developing localy: +1. clone the repo +2. install node modules + - `npm install` +3. make changes and preview them with the dev server + - `ntl dev` + +Copyright (C) 2023 Purple Bubble \ No newline at end of file diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index cfdf00d..9cb207a 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -10,7 +10,7 @@ const { title } = Astro.props; - + diff --git a/src/pages/index.astro b/src/pages/index.astro index 3fe405b..5496703 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -3,7 +3,7 @@ import Layout from '../layouts/Layout.astro'; import '../styles/style.css'; --- - +