From 05091de13ba64d4bf2bbe33ea748196e626d0014 Mon Sep 17 00:00:00 2001 From: Xevion Date: Fri, 8 Apr 2022 10:25:39 -0500 Subject: [PATCH] Update README with URLs & badges --- README.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac5940d..788c9ae 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,24 @@ -# powershell +
+ [

powershell

][website-url] +
+ +[![License][license-badge]][license-url] +[![Website][website-badge]][website-url] +[![Build Status][build-badge]][latest-url] + A little page for me to learn about PowerShell, put my scripts, and build a cheatsheet of sorts. Built with Hugo. + +## Usage + +```bash +hugo serve +``` + +[repo-url]: https://github.com/Xevion/powershell/ +[website-url]: https://xevion.github.io/powershell/ +[license-url]: https://github.com/Xevion/powershell/blob/master/LICENSE +[latest-url]: https://github.com/Xevion/powershell/commit/master + +[license-badge]: https://img.shields.io/github/license/Xevion/powershell +[website-badge]: https://img.shields.io/badge/builtwith-hugo-blue +[build-badge]: https://github.com/Xevion/powershell/actions/workflows/gh-pages.yml/badge.svg \ No newline at end of file