diff --git a/README.md b/README.md index 772766b..98e4bf0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # My Blog +[![Netlify Status](https://api.netlify.com/api/v1/badges/d6bc6430-fca7-4881-b7e4-5338e8812ef2/deploy-status)](https://app.netlify.com/sites/davidwhittingham/deploys) + This blog uses [Hugo](https://gohugo.io/) and the [doIt](https://hugodoit.pages.dev/) theme. ## Quick Start @@ -14,3 +16,7 @@ git submodule update --init --recursive # 3. Run the server hugo server --disableFastRender ``` + +## Hosting + +This blog is hosted using [Netlify](https://www.netlify.com/). The deployment is triggered automatically when a new commit is pushed to the `main` branch. Preview deploys are triggered when a pull request is opened.