From add2259c288ad6940e548f1da79a827a7b842f1e Mon Sep 17 00:00:00 2001 From: 01001100 Date: Sat, 10 Aug 2024 15:04:50 +0200 Subject: [PATCH] Update README. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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.