From 54e2b0f42a9a81cdb4557ed0e3c00984537b3de7 Mon Sep 17 00:00:00 2001 From: Kevin Dienst Date: Fri, 13 Oct 2023 08:25:04 -0500 Subject: [PATCH] Add simple badges to README.md Add simple badges to README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 42984c8..ce89469 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ # hexecutable Public repository for static website hosting -[![Deploy Hugo site to Pages](https://github.com/axi0m/hexecutable/actions/workflows/hugo.yml/badge.svg)](https://github.com/axi0m/hexecutable/actions/workflows/hugo.yml) \ No newline at end of file +## Build Status +[![Deploy Hugo Site to GitHub Pages](https://github.com/axi0m/hexecutable/actions/workflows/hugo.yml/badge.svg)](https://github.com/axi0m/hexecutable/actions/workflows/hugo.yml) + +## Built With +![Hugo Badge](https://img.shields.io/badge/Hugo-FF4088?logo=hugo&logoColor=fff&style=flat) +![GitHub Actions Badge](https://img.shields.io/badge/GitHub%20Actions-2088FF?logo=githubactions&logoColor=fff&style=flat) +![GitHub Pages Badge](https://img.shields.io/badge/GitHub%20Pages-222?logo=githubpages&logoColor=fff&style=flat)