Skip to content

Commit 0697708

Browse files
committed
updating and adding additional readme badges
1 parent b6f7d37 commit 0697708

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ A DevOps Blog - Blogging about GitHub and Azure DevOps practices, tips, scripts,
66

77
[**josh-ops.com →**](https://josh-ops.com)
88

9-
[![Build and Deploy](https://github.com/joshjohanning/joshjohanning.github.io/actions/workflows/pages-deploy.yml/badge.svg?branch=main)](https://github.com/joshjohanning/joshjohanning.github.io/actions/workflows/pages-deploy.yml)
9+
[![publish workflow](https://img.shields.io/github/actions/workflow/status/joshjohanning/joshjohanning.github.io/pages-deploy.yml?logo=github&label=publish%20workflow&color=28a745&labelColor=333)][publish]
10+
[![./blog posts](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/joshjohanning/badges/main/blog/post-count.json)][blog-posts]
11+
[![./most recent post date](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/joshjohanning/badges/main/blog/most-recent-post-date.json)][most-recent-post]
1012

1113
## Theme Source
1214

@@ -109,3 +111,7 @@ If seeing a `racc 1.6.2` permission error, run:
109111
sudo chown -R codespace /usr/local/rvm/gems/ruby-3.1.4/extensions/x86_64-linux/3.1.0
110112
bundle install
111113
```
114+
115+
[publish]: https://github.com/joshjohanning/joshjohanning.github.io/actions/workflows/pages-deploy.yml
116+
[blog-posts]: https://josh-ops.com/
117+
[most-recent-post]: https://josh-ops.com/archives/

0 commit comments

Comments
 (0)