Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
01100100 committed Aug 10, 2024
1 parent 61139f7 commit add2259
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.

0 comments on commit add2259

Please sign in to comment.