@@ -164,19 +164,36 @@ But there's more with [plugins](https://github.com/lowlighter/metrics/tree/maste
164164 </tr >
165165 <tr >
166166 <th><a href="https://github.com/lowlighter/metrics#-gists">🎫 Gists plugin</a></th>
167- <th><a href="https://github.com/lowlighter/metrics#%EF%B8%8F-base-content">🗃️ Header special features </a></th>
167+ <th><a href="https://github.com/lowlighter/metrics#-people">🧑🤝🧑 People plugin <sup><code>🚧 @master</code></sup> </a></th>
168168 </tr >
169169 <tr >
170170 <td>
171171 <a href="https://github.com/lowlighter/metrics#-gists">
172172 <img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.gists.svg" alt="" width="400">
173173 </a>
174174 </td>
175+ <td>
176+ <a href="https://github.com/lowlighter/metrics#-people">
177+ <img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.people.followers.svg" alt="" width="400">
178+ </a>
179+ <details><summary>Followed people version</summary>
180+ <a href="https://github.com/lowlighter/metrics#-habits">
181+ <img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.people.following.svg" alt="" width="400">
182+ </a>
183+ </details>
184+ </td>
185+ </tr >
186+ <tr >
187+ <th><a href="https://github.com/lowlighter/metrics#%EF%B8%8F-base-content">🗃️ Header special features</a></th>
188+ <th></th>
189+ </tr >
190+ <tr >
175191 <td>
176192 <a href="https://github.com/lowlighter/metrics#%EF%B8%8F-base-content">
177193 <img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.header.svg" alt="" width="400">
178194 </a>
179195 </td>
196+ <td></td>
180197 </tr >
181198 <tr >
182199 <td colspan="2" align="center">
@@ -534,6 +551,7 @@ Used template defaults to the `classic` one.
534551 <th><span title="Stars">🌟</span></th>
535552 <th><span title="Stargazers">✨</span></th>
536553 <th><span title="Gists">🎫</span></th>
554+ <th><span title="People">🧑🤝🧑</span></th>
537555 </tr>
538556 <tr>
539557 <th>Classic</th>
@@ -550,10 +568,11 @@ Used template defaults to the `classic` one.
550568 <td data-for="tweets">✔️</td>
551569 <td data-for="posts">✔️</td>
552570 <td data-for="habits">✔️</td>
553- <th ><span title="Available on @master">✔️<sup>M</sup></span></th >
571+ <td data-for="activity" ><span title="Available on @master">✔️<sup>M</sup></span></td >
554572 <td data-for="stars">✔️</td>
555573 <td data-for="stargazers">✔️</td>
556574 <td data-for="gists">✔️</td>
575+ <td data-for="people"><span title="Available on @master">✔️<sup>M</sup></span></td>
557576 </tr>
558577 <tr>
559578 <th>Terminal</th>
@@ -574,6 +593,7 @@ Used template defaults to the `classic` one.
574593 <td data-for="stars">❌</td>
575594 <td data-for="stargazers">❌</td>
576595 <td data-for="gists">✔️</td>
596+ <td data-for="people">❌</td>
577597 </tr>
578598 <tr>
579599 <th>Repository<sup>R</sup></th>
@@ -594,6 +614,7 @@ Used template defaults to the `classic` one.
594614 <td data-for="stars">❌</td>
595615 <td data-for="stargazers">✔️</td>
596616 <td data-for="gists">❌</td>
617+ <td data-for="people">❌</td>
597618 </tr>
598619</table>
599620
@@ -1381,6 +1402,41 @@ Add the following to your workflow :
13811402
13821403</details>
13831404
1405+ # ## 🧑🤝🧑 People
1406+
1407+ 🚧 This plugin is available as pre-release on @master branch (unstable)
1408+
1409+ The *people* plugin displays your followers and followed users' avatars.
1410+
1411+ 
1412+
1413+ <details>
1414+ <summary>💬 About</summary>
1415+
1416+ It will consume an additional GitHub request per group of 100 users fetched.
1417+
1418+ Add the following to your workflow :
1419+ ` ` ` yaml
1420+ - uses: lowlighter/metrics@master
1421+ with:
1422+ # ... other options
1423+ plugin_people: yes
1424+ plugin_people_types: followers, following
1425+ plugin_people_limit: 28
1426+ plugin_people_size: 28 # Size in pixels of displayed avatars
1427+ ` ` `
1428+
1429+ It is possible to use [identicons](https://github.blog/2013-08-14-identicons/) instead of their avatar for privacy purposes.
1430+
1431+ ` ` ` yaml
1432+ - uses: lowlighter/metrics@master
1433+ with:
1434+ # ... other options
1435+ plugin_people_identicons: yes
1436+ ` ` `
1437+
1438+ </details>
1439+
13841440# ## 🔧 Other options
13851441
13861442A few additional options are available.
0 commit comments