Skip to content

Commit 1709867

Browse files
committed
docs(README.md): add dependents badge
1 parent 9ad21a7 commit 1709867

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.github/workflows/dependents.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Dependents Action
33
on:
44
push:
55
branches: [main]
6+
schedule:
7+
- cron: "0 0 1 * *"
68
workflow_dispatch:
79

810
jobs:

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
[![Gem Version](https://img.shields.io/gem/v/jekyll-auto-authors)][ruby-gems]
44
[![Gem Total Downloads](https://img.shields.io/gem/dt/jekyll-auto-authors)][ruby-gems]
5+
[![Gem Total Dependents](https://dependents.info/gouravkhunger/jekyll-auto-authors/badge)][dependents-info]
56

67
[ruby-gems]: https://rubygems.org/gems/jekyll-auto-authors
8+
[dependents-info]: https://dependents.info/gouravkhunger/jekyll-auto-authors
79

810
This plugin integrates with the `jekyll-paginate-v2` gem to provide seamless multiple authors support for jekyll powered publications.
911

@@ -33,6 +35,12 @@ If you want to achieve any of the following:
3335

3436
The plugin does exactly that!
3537

38+
## Used by
39+
40+
<a href="https://dependents.info/gouravkhunger/jekyll-auto-authors">
41+
<img src="https://dependents.info/gouravkhunger/jekyll-auto-authors/image.svg" />
42+
</a>
43+
3644
## Installation
3745

3846
Add this line to your application's Gemfile inside the `jekyll_plugins` group:
@@ -305,14 +313,6 @@ Once the pagination pages are generated, they are written to the `_site` folder
305313

306314
We are using this plugin to generate the author pages at [Genics Blog](https://genicsblog.com). Have a look at our [`_config.yml`](https://github.com/genicsblog/theme-files/blob/main/_config.yml) file to see how it works.
307315

308-
## Used by
309-
310-
<a href="https://github.com/gouravkhunger/jekyll-auto-authors/network/dependents">
311-
<img src="https://dependents.info/gouravkhunger/jekyll-auto-authors/image.svg" />
312-
</a>
313-
314-
Made with [dependents.info](https://dependents.info).
315-
316316
## The Author
317317

318318
I am a self-taught software developer from India! I am a passionate app developer working on a lot of different kind of projects. If you like this plugin, let me know by supporting me!

0 commit comments

Comments
 (0)