ci: auto-regenerate files
This commit is contained in:
@@ -38,7 +38,6 @@
|
||||
<th nowrap="nowrap" align="center" title="✒️ Recent posts">✒️</th>
|
||||
<th nowrap="nowrap" align="center" title="🗼 Rss feed">🗼</th>
|
||||
<th nowrap="nowrap" align="center" title="⏰ WakaTime plugin">⏰</th>
|
||||
<th nowrap="nowrap" align="center" title="💹 Stock prices">💹</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap">📗 Classic template</td>
|
||||
@@ -77,7 +76,6 @@
|
||||
<td nowrap="nowrap" align="center" data-plugin="posts">✔️</td>
|
||||
<td nowrap="nowrap" align="center" data-plugin="rss">✔️</td>
|
||||
<td nowrap="nowrap" align="center" data-plugin="wakatime">✔️</td>
|
||||
<td nowrap="nowrap" align="center" data-plugin="stock">✔️</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap">📘 Repository template</td>
|
||||
@@ -116,7 +114,6 @@
|
||||
<td nowrap="nowrap" align="center" data-plugin="posts">✔️</td>
|
||||
<td nowrap="nowrap" align="center" data-plugin="rss">✔️</td>
|
||||
<td nowrap="nowrap" align="center" data-plugin="wakatime">❌</td>
|
||||
<td nowrap="nowrap" align="center" data-plugin="stock">✔️</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap">📙 Terminal template</td>
|
||||
@@ -155,7 +152,6 @@
|
||||
<td nowrap="nowrap" align="center" data-plugin="posts">❌</td>
|
||||
<td nowrap="nowrap" align="center" data-plugin="rss">❌</td>
|
||||
<td nowrap="nowrap" align="center" data-plugin="wakatime">❌</td>
|
||||
<td nowrap="nowrap" align="center" data-plugin="stock">❌</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap">📒 Markdown template</td>
|
||||
@@ -194,7 +190,6 @@
|
||||
<td nowrap="nowrap" align="center" data-plugin="posts">✔️</td>
|
||||
<td nowrap="nowrap" align="center" data-plugin="rss">✔️</td>
|
||||
<td nowrap="nowrap" align="center" data-plugin="wakatime">✓</td>
|
||||
<td nowrap="nowrap" align="center" data-plugin="stock">✓</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="40"></td>
|
||||
@@ -236,7 +231,6 @@
|
||||
<th nowrap="nowrap" align="center" title="✒️ Recent posts">✒️</th>
|
||||
<th nowrap="nowrap" align="center" title="🗼 Rss feed">🗼</th>
|
||||
<th nowrap="nowrap" align="center" title="⏰ WakaTime plugin">⏰</th>
|
||||
<th nowrap="nowrap" align="center" title="💹 Stock prices">💹</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap">👤 User</td>
|
||||
@@ -275,7 +269,6 @@
|
||||
<td nowrap="nowrap" align="center" data-plugin="posts">✔️</td>
|
||||
<td nowrap="nowrap" align="center" data-plugin="rss">✔️</td>
|
||||
<td nowrap="nowrap" align="center" data-plugin="wakatime">✔️</td>
|
||||
<td nowrap="nowrap" align="center" data-plugin="stock">✔️</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap">👥 Organization</td>
|
||||
@@ -314,7 +307,6 @@
|
||||
<td nowrap="nowrap" align="center" data-plugin="posts">✔️</td>
|
||||
<td nowrap="nowrap" align="center" data-plugin="rss">✔️</td>
|
||||
<td nowrap="nowrap" align="center" data-plugin="wakatime">❌</td>
|
||||
<td nowrap="nowrap" align="center" data-plugin="stock">✔️</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap">📓 Repository</td>
|
||||
@@ -353,7 +345,6 @@
|
||||
<td nowrap="nowrap" align="center" data-plugin="posts">✔️</td>
|
||||
<td nowrap="nowrap" align="center" data-plugin="rss">✔️</td>
|
||||
<td nowrap="nowrap" align="center" data-plugin="wakatime">❌</td>
|
||||
<td nowrap="nowrap" align="center" data-plugin="stock">✔️</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
26
.github/workflows/examples.yml
vendored
26
.github/workflows/examples.yml
vendored
@@ -904,19 +904,6 @@ jobs:
|
||||
output_action: none
|
||||
delay: 5
|
||||
if: ${{ success() || failure() }}
|
||||
- name: 💹 Stock prices - Stock prices from Tesla
|
||||
uses: lowlighter/metrics@master
|
||||
with:
|
||||
filename: metrics.plugin.stock.svg
|
||||
token: NOT_NEEDED
|
||||
base: ""
|
||||
plugin_stock: yes
|
||||
plugin_stock_token: ${{ secrets.STOCK_TOKEN }}
|
||||
plugin_stock_symbol: TSLA
|
||||
plugins_errors_fatal: yes
|
||||
output_action: none
|
||||
delay: 5
|
||||
if: ${{ success() || failure() }}
|
||||
- name: 📸 Website screenshot - XKCD of the day
|
||||
uses: lowlighter/metrics@master
|
||||
with:
|
||||
@@ -931,6 +918,19 @@ jobs:
|
||||
output_action: none
|
||||
delay: 5
|
||||
if: ${{ success() || failure() }}
|
||||
- name: 💹 Stock prices - Stock prices from Tesla
|
||||
uses: lowlighter/metrics@master
|
||||
with:
|
||||
filename: metrics.plugin.stock.svg
|
||||
token: NOT_NEEDED
|
||||
base: ""
|
||||
plugin_stock: yes
|
||||
plugin_stock_token: ${{ secrets.STOCK_TOKEN }}
|
||||
plugin_stock_symbol: TSLA
|
||||
plugins_errors_fatal: yes
|
||||
output_action: none
|
||||
delay: 5
|
||||
if: ${{ success() || failure() }}
|
||||
- name: 📗 Classic template - Example
|
||||
uses: lowlighter/metrics@master
|
||||
with:
|
||||
|
||||
15
README.md
15
README.md
@@ -263,8 +263,8 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
|
||||
<img width="900" height="1" alt="">
|
||||
</td>
|
||||
<td align="center">
|
||||
<details><summary>Latest posts</summary><img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.posts.svg" alt=""></img></details>
|
||||
<details open><summary>Latest posts width description and cover image</summary><img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.posts.full.svg" alt=""></img></details>
|
||||
<details><summary>Latest posts</summary><img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.posts.svg" alt=""></img></details>
|
||||
<img width="900" height="1" alt="">
|
||||
</td>
|
||||
</tr>
|
||||
@@ -282,17 +282,6 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
|
||||
<img width="900" height="1" alt="">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><a href="source/plugins/stock/README.md">💹 Stock prices</a></th>
|
||||
<th></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center">
|
||||
<img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.stock.svg" alt=""></img>
|
||||
<img width="900" height="1" alt="">
|
||||
</td>
|
||||
<td align="center"><img width="900" height="1" alt=""></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="2" align="center">
|
||||
<a href="/README.md#-pluginss">🎲 See also community plugins</a>
|
||||
@@ -445,7 +434,6 @@ Plugins provide additional content and lets you customize rendered metrics.
|
||||
* [✒️ Recent posts <sub>`posts`</sub>](/source/plugins/posts/README.md)
|
||||
* [🗼 Rss feed <sub>`rss`</sub>](/source/plugins/rss/README.md)
|
||||
* [🗨️ StackOverflow plugin <sub>`stackoverflow`</sub>](/source/plugins/stackoverflow/README.md)
|
||||
* [💹 Stock prices <sub>`stock`</sub>](/source/plugins/stock/README.md)
|
||||
* [🐤 Latest tweets <sub>`tweets`</sub>](/source/plugins/tweets/README.md)
|
||||
* [⏰ WakaTime plugin <sub>`wakatime`</sub>](/source/plugins/wakatime/README.md)
|
||||
|
||||
@@ -453,6 +441,7 @@ Plugins provide additional content and lets you customize rendered metrics.
|
||||
* [💉 Nightscout <sub>`nightscout`</sub>](/source/plugins/nightscout/README.md) by [@legoandmars](https://github.com/legoandmars)
|
||||
* [💩 PoopMap plugin <sub>`poopmap`</sub>](/source/plugins/poopmap/README.md) by [@matievisthekat](https://github.com/matievisthekat)
|
||||
* [📸 Website screenshot <sub>`screenshot`</sub>](/source/plugins/screenshot/README.md) by [@lowlighter](https://github.com/lowlighter)
|
||||
* [💹 Stock prices <sub>`stock`</sub>](/source/plugins/stock/README.md) by [@lowlighter](https://github.com/lowlighter)
|
||||
|
||||
## 💪 Contributing
|
||||
|
||||
|
||||
62
action.yml
generated
62
action.yml
generated
@@ -882,12 +882,14 @@ inputs:
|
||||
|
||||
|
||||
plugin_starlists_ignored:
|
||||
description: Skipped star lists (case insensitive)
|
||||
description: Skipped star lists (case insensitive, emojis insensitive)
|
||||
default: ""
|
||||
|
||||
|
||||
plugin_starlists_only:
|
||||
description: Restrict display to specified star lists (case insensitive)
|
||||
description: >-
|
||||
Restrict display to specified star lists (case insensitive, emojis
|
||||
insensitive)
|
||||
default: ""
|
||||
|
||||
# ====================================================================================
|
||||
@@ -1187,34 +1189,6 @@ inputs:
|
||||
description: WakaTime username
|
||||
default: current
|
||||
|
||||
# ====================================================================================
|
||||
# 💹 Stock prices
|
||||
|
||||
|
||||
plugin_stock:
|
||||
description: Enable stock plugin
|
||||
default: no
|
||||
|
||||
|
||||
plugin_stock_token:
|
||||
description: Yahoo Finance token
|
||||
default: ""
|
||||
|
||||
|
||||
plugin_stock_symbol:
|
||||
description: Company stock symbol
|
||||
default: ""
|
||||
|
||||
|
||||
plugin_stock_duration:
|
||||
description: Time range (relative to current date)
|
||||
default: 1d
|
||||
|
||||
|
||||
plugin_stock_interval:
|
||||
description: Time interval between points
|
||||
default: 5m
|
||||
|
||||
# ====================================================================================
|
||||
# 💉 Nightscout
|
||||
|
||||
@@ -1299,6 +1273,34 @@ inputs:
|
||||
description: Display background
|
||||
default: yes
|
||||
|
||||
# ====================================================================================
|
||||
# 💹 Stock prices
|
||||
|
||||
|
||||
plugin_stock:
|
||||
description: Enable stock plugin
|
||||
default: no
|
||||
|
||||
|
||||
plugin_stock_token:
|
||||
description: Yahoo Finance token
|
||||
default: ""
|
||||
|
||||
|
||||
plugin_stock_symbol:
|
||||
description: Company stock symbol
|
||||
default: ""
|
||||
|
||||
|
||||
plugin_stock_duration:
|
||||
description: Time range (relative to current date)
|
||||
default: 1d
|
||||
|
||||
|
||||
plugin_stock_interval:
|
||||
description: Time interval between points
|
||||
default: 5m
|
||||
|
||||
|
||||
# ====================================================================================
|
||||
# Action metadata
|
||||
|
||||
8
settings.example.json
generated
8
settings.example.json
generated
@@ -138,10 +138,6 @@
|
||||
"token": null, "//":"WakaTime API token",
|
||||
"enabled": false, "//": "Enable wakatime plugin"
|
||||
},
|
||||
"stock":{
|
||||
"token": null, "//":"Yahoo Finance token",
|
||||
"enabled": false, "//": "Enable stock plugin"
|
||||
},
|
||||
"nightscout":{
|
||||
"enabled": false, "//": "Enable nightscout plugin"
|
||||
},
|
||||
@@ -152,6 +148,10 @@
|
||||
"screenshot":{
|
||||
"enabled": false, "//": "Enable screenshot plugin"
|
||||
},
|
||||
"stock":{
|
||||
"token": null, "//":"Yahoo Finance token",
|
||||
"enabled": false, "//": "Enable stock plugin"
|
||||
},
|
||||
"//": ""
|
||||
}
|
||||
}
|
||||
@@ -41,7 +41,6 @@ Plugins provide additional content and lets you customize rendered metrics.
|
||||
* [✒️ Recent posts <sub>`posts`</sub>](/source/plugins/posts/README.md)
|
||||
* [🗼 Rss feed <sub>`rss`</sub>](/source/plugins/rss/README.md)
|
||||
* [🗨️ StackOverflow plugin <sub>`stackoverflow`</sub>](/source/plugins/stackoverflow/README.md)
|
||||
* [💹 Stock prices <sub>`stock`</sub>](/source/plugins/stock/README.md)
|
||||
* [🐤 Latest tweets <sub>`tweets`</sub>](/source/plugins/tweets/README.md)
|
||||
* [⏰ WakaTime plugin <sub>`wakatime`</sub>](/source/plugins/wakatime/README.md)
|
||||
|
||||
@@ -49,3 +48,4 @@ Plugins provide additional content and lets you customize rendered metrics.
|
||||
* [💉 Nightscout <sub>`nightscout`</sub>](/source/plugins/nightscout/README.md) by [@legoandmars](https://github.com/legoandmars)
|
||||
* [💩 PoopMap plugin <sub>`poopmap`</sub>](/source/plugins/poopmap/README.md) by [@matievisthekat](https://github.com/matievisthekat)
|
||||
* [📸 Website screenshot <sub>`screenshot`</sub>](/source/plugins/screenshot/README.md) by [@lowlighter](https://github.com/lowlighter)
|
||||
* [💹 Stock prices <sub>`stock`</sub>](/source/plugins/stock/README.md) by [@lowlighter](https://github.com/lowlighter)
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" align="center">
|
||||
<details><summary>Latest posts</summary><img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.posts.svg" alt=""></img></details>
|
||||
<details open><summary>Latest posts width description and cover image</summary><img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.posts.full.svg" alt=""></img></details>
|
||||
<details><summary>Latest posts</summary><img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.posts.svg" alt=""></img></details>
|
||||
<img width="900" height="1" alt="">
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -2,8 +2,8 @@ name: "✒️ Recent posts"
|
||||
category: social
|
||||
description: This plugin displays recent articles from a specified external source.
|
||||
examples:
|
||||
latest posts: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.posts.svg
|
||||
+latest posts width description and cover image: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.posts.full.svg
|
||||
latest posts: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.posts.svg
|
||||
index: 6
|
||||
supports:
|
||||
- user
|
||||
|
||||
@@ -81,7 +81,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap"><code>plugin_starlists_ignored</code></td>
|
||||
<td rowspan="2"><p>Skipped star lists (case insensitive)</p>
|
||||
<td rowspan="2"><p>Skipped star lists (case insensitive, emojis insensitive)</p>
|
||||
<img width="900" height="1" alt=""></td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -92,7 +92,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap"><code>plugin_starlists_only</code></td>
|
||||
<td rowspan="2"><p>Restrict display to specified star lists (case insensitive)</p>
|
||||
<td rowspan="2"><p>Restrict display to specified star lists (case insensitive, emojis insensitive)</p>
|
||||
<p>This option is equivalent to <code>plugin_starlists_ignored</code> with all star lists but the ones listed in this option</p>
|
||||
<img width="900" height="1" alt=""></td>
|
||||
</tr>
|
||||
|
||||
@@ -6,7 +6,7 @@ This is also the default template.</p>
|
||||
</td></tr>
|
||||
<tr>
|
||||
<th rowspan="3">Supported features<br><sub><a href="metadata.yml">→ Full specification</a></sub></th>
|
||||
<td><a href="/source/plugins/achievements" title="🏆 Achievements">🏆</a> <a href="/source/plugins/activity" title="📰 Recent activity">📰</a> <a href="/source/plugins/anilist" title="🌸 Anilist watch list and reading list">🌸</a> <a href="/source/plugins/code" title="♐ Code snippet of the day">♐</a> <a href="/source/plugins/discussions" title="💬 Discussions">💬</a> <a href="/source/plugins/followup" title="🎟️ Follow-up of issues and pull requests">🎟️</a> <a href="/source/plugins/gists" title="🎫 Gists">🎫</a> <a href="/source/plugins/habits" title="💡 Coding habits">💡</a> <a href="/source/plugins/introduction" title="🙋 Introduction">🙋</a> <a href="/source/plugins/isocalendar" title="📅 Isometric commit calendar">📅</a> <a href="/source/plugins/languages" title="🈷️ Most used languages">🈷️</a> <a href="/source/plugins/lines" title="👨💻 Lines of code changed">👨💻</a> <a href="/source/plugins/music" title="🎼 Music plugin">🎼</a> <a href="/source/plugins/nightscout" title="💉 Nightscout">💉</a> <a href="/source/plugins/notable" title="🎩 Notable contributions">🎩</a> <a href="/source/plugins/pagespeed" title="⏱️ Website performances">⏱️</a> <a href="/source/plugins/people" title="🧑🤝🧑 People plugin">🧑🤝🧑</a> <a href="/source/plugins/poopmap" title="💩 PoopMap plugin">💩</a> <a href="/source/plugins/posts" title="✒️ Recent posts">✒️</a> <a href="/source/plugins/projects" title="🗂️ Active projects">🗂️</a> <a href="/source/plugins/reactions" title="🎭 Comment reactions">🎭</a> <a href="/source/plugins/repositories" title="📓 Repositories">📓</a> <a href="/source/plugins/rss" title="🗼 Rss feed">🗼</a> <a href="/source/plugins/screenshot" title="📸 Website screenshot">📸</a> <a href="/source/plugins/skyline" title="🌇 GitHub Skyline 3D calendar">🌇</a> <a href="/source/plugins/sponsors" title="💕 GitHub Sponsors">💕</a> <a href="/source/plugins/stackoverflow" title="🗨️ StackOverflow plugin">🗨️</a> <a href="/source/plugins/stargazers" title="✨ Stargazers over last weeks">✨</a> <a href="/source/plugins/starlists" title="💫 Starlists">💫</a> <a href="/source/plugins/stars" title="🌟 Recently starred repositories">🌟</a> <a href="/source/plugins/stock" title="💹 Stock prices">💹</a> <a href="/source/plugins/support" title="💭 GitHub Community Support">💭</a> <a href="/source/plugins/topics" title="📌 Starred topics">📌</a> <a href="/source/plugins/traffic" title="🧮 Repositories traffic">🧮</a> <a href="/source/plugins/tweets" title="🐤 Latest tweets">🐤</a> <a href="/source/plugins/wakatime" title="⏰ WakaTime plugin">⏰</a></td>
|
||||
<td><a href="/source/plugins/achievements" title="🏆 Achievements">🏆</a> <a href="/source/plugins/activity" title="📰 Recent activity">📰</a> <a href="/source/plugins/anilist" title="🌸 Anilist watch list and reading list">🌸</a> <a href="/source/plugins/code" title="♐ Code snippet of the day">♐</a> <a href="/source/plugins/nightscout" title="💉 Nightscout">💉</a> <a href="/source/plugins/poopmap" title="💩 PoopMap plugin">💩</a> <a href="/source/plugins/screenshot" title="📸 Website screenshot">📸</a> <a href="/source/plugins/stock" title="💹 Stock prices">💹</a> <a href="/source/plugins/discussions" title="💬 Discussions">💬</a> <a href="/source/plugins/followup" title="🎟️ Follow-up of issues and pull requests">🎟️</a> <a href="/source/plugins/gists" title="🎫 Gists">🎫</a> <a href="/source/plugins/habits" title="💡 Coding habits">💡</a> <a href="/source/plugins/introduction" title="🙋 Introduction">🙋</a> <a href="/source/plugins/isocalendar" title="📅 Isometric commit calendar">📅</a> <a href="/source/plugins/languages" title="🈷️ Most used languages">🈷️</a> <a href="/source/plugins/lines" title="👨💻 Lines of code changed">👨💻</a> <a href="/source/plugins/music" title="🎼 Music plugin">🎼</a> <a href="/source/plugins/notable" title="🎩 Notable contributions">🎩</a> <a href="/source/plugins/pagespeed" title="⏱️ Website performances">⏱️</a> <a href="/source/plugins/people" title="🧑🤝🧑 People plugin">🧑🤝🧑</a> <a href="/source/plugins/posts" title="✒️ Recent posts">✒️</a> <a href="/source/plugins/projects" title="🗂️ Active projects">🗂️</a> <a href="/source/plugins/reactions" title="🎭 Comment reactions">🎭</a> <a href="/source/plugins/repositories" title="📓 Repositories">📓</a> <a href="/source/plugins/rss" title="🗼 Rss feed">🗼</a> <a href="/source/plugins/skyline" title="🌇 GitHub Skyline 3D calendar">🌇</a> <a href="/source/plugins/sponsors" title="💕 GitHub Sponsors">💕</a> <a href="/source/plugins/stackoverflow" title="🗨️ StackOverflow plugin">🗨️</a> <a href="/source/plugins/stargazers" title="✨ Stargazers over last weeks">✨</a> <a href="/source/plugins/starlists" title="💫 Starlists">💫</a> <a href="/source/plugins/stars" title="🌟 Recently starred repositories">🌟</a> <a href="/source/plugins/support" title="💭 GitHub Community Support">💭</a> <a href="/source/plugins/topics" title="📌 Starred topics">📌</a> <a href="/source/plugins/traffic" title="🧮 Repositories traffic">🧮</a> <a href="/source/plugins/tweets" title="🐤 Latest tweets">🐤</a> <a href="/source/plugins/wakatime" title="⏰ WakaTime plugin">⏰</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>👤 Users</code> <code>👥 Organizations</code></td>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
</td></tr>
|
||||
<tr>
|
||||
<th rowspan="3">Supported features<br><sub><a href="metadata.yml">→ Full specification</a></sub></th>
|
||||
<td><a href="/source/plugins/activity" title="📰 Recent activity">📰</a> <a href="/source/plugins/contributors" title="🏅 Repository contributors">🏅</a> <a href="/source/plugins/followup" title="🎟️ Follow-up of issues and pull requests">🎟️</a> <a href="/source/plugins/introduction" title="🙋 Introduction">🙋</a> <a href="/source/plugins/languages" title="🈷️ Most used languages">🈷️</a> <a href="/source/plugins/licenses" title="📜 Repository licenses">📜</a> <a href="/source/plugins/lines" title="👨💻 Lines of code changed">👨💻</a> <a href="/source/plugins/pagespeed" title="⏱️ Website performances">⏱️</a> <a href="/source/plugins/people" title="🧑🤝🧑 People plugin">🧑🤝🧑</a> <a href="/source/plugins/posts" title="✒️ Recent posts">✒️</a> <a href="/source/plugins/projects" title="🗂️ Active projects">🗂️</a> <a href="/source/plugins/rss" title="🗼 Rss feed">🗼</a> <a href="/source/plugins/screenshot" title="📸 Website screenshot">📸</a> <a href="/source/plugins/sponsors" title="💕 GitHub Sponsors">💕</a> <a href="/source/plugins/stargazers" title="✨ Stargazers over last weeks">✨</a> <a href="/source/plugins/stock" title="💹 Stock prices">💹</a> <a href="/source/plugins/traffic" title="🧮 Repositories traffic">🧮</a></td>
|
||||
<td><a href="/source/plugins/activity" title="📰 Recent activity">📰</a> <a href="/source/plugins/screenshot" title="📸 Website screenshot">📸</a> <a href="/source/plugins/stock" title="💹 Stock prices">💹</a> <a href="/source/plugins/contributors" title="🏅 Repository contributors">🏅</a> <a href="/source/plugins/followup" title="🎟️ Follow-up of issues and pull requests">🎟️</a> <a href="/source/plugins/introduction" title="🙋 Introduction">🙋</a> <a href="/source/plugins/languages" title="🈷️ Most used languages">🈷️</a> <a href="/source/plugins/licenses" title="📜 Repository licenses">📜</a> <a href="/source/plugins/lines" title="👨💻 Lines of code changed">👨💻</a> <a href="/source/plugins/pagespeed" title="⏱️ Website performances">⏱️</a> <a href="/source/plugins/people" title="🧑🤝🧑 People plugin">🧑🤝🧑</a> <a href="/source/plugins/posts" title="✒️ Recent posts">✒️</a> <a href="/source/plugins/projects" title="🗂️ Active projects">🗂️</a> <a href="/source/plugins/rss" title="🗼 Rss feed">🗼</a> <a href="/source/plugins/sponsors" title="💕 GitHub Sponsors">💕</a> <a href="/source/plugins/stargazers" title="✨ Stargazers over last weeks">✨</a> <a href="/source/plugins/traffic" title="🧮 Repositories traffic">🧮</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>📓 Repositories</code></td>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
</td></tr>
|
||||
<tr>
|
||||
<th rowspan="3">Supported features<br><sub><a href="metadata.yml">→ Full specification</a></sub></th>
|
||||
<td><a href="/source/plugins/gists" title="🎫 Gists">🎫</a> <a href="/source/plugins/isocalendar" title="📅 Isometric commit calendar">📅</a> <a href="/source/plugins/languages" title="🈷️ Most used languages">🈷️</a> <a href="/source/plugins/lines" title="👨💻 Lines of code changed">👨💻</a> <a href="/source/plugins/pagespeed" title="⏱️ Website performances">⏱️</a> <a href="/source/plugins/screenshot" title="📸 Website screenshot">📸</a> <a href="/source/plugins/traffic" title="🧮 Repositories traffic">🧮</a></td>
|
||||
<td><a href="/source/plugins/screenshot" title="📸 Website screenshot">📸</a> <a href="/source/plugins/gists" title="🎫 Gists">🎫</a> <a href="/source/plugins/isocalendar" title="📅 Isometric commit calendar">📅</a> <a href="/source/plugins/languages" title="🈷️ Most used languages">🈷️</a> <a href="/source/plugins/lines" title="👨💻 Lines of code changed">👨💻</a> <a href="/source/plugins/pagespeed" title="⏱️ Website performances">⏱️</a> <a href="/source/plugins/traffic" title="🧮 Repositories traffic">🧮</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>👤 Users</code> <code>👥 Organizations</code></td>
|
||||
|
||||
Reference in New Issue
Block a user