ci: auto-regenerate files [skip ci]

This commit is contained in:
lowlighter
2022-01-15 19:45:03 -05:00
parent a79fe8c947
commit a4a087e615
5 changed files with 21 additions and 31 deletions

View File

@@ -126,10 +126,7 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
<th><a href="source/plugins/projects/README.md">🗂️ Active projects</a></th>
</tr>
<tr>
<td align="center">
<img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.stargazers.svg">
<img width="900" height="1" alt="">
</td>
<td></td>
<td align="center">
<img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.projects.svg">
<img width="900" height="1" alt="">
@@ -178,10 +175,7 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
<img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.discussions.svg">
<img width="900" height="1" alt="">
</td>
<td align="center">
<img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.support.svg">
<img width="900" height="1" alt="">
</td>
<td></td>
</tr>
<tr>
<th><a href="source/plugins/lines/README.md">👨‍💻 Lines of code changed</a></th>
@@ -193,7 +187,8 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
<img width="900" height="1" alt="">
</td>
<td align="center">
<img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.traffic.svg">
<img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.traffic.svg" alt=""></img>
<img width="900" height="1" alt="">
</td>
</tr>
<tr>
@@ -205,10 +200,7 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
<img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.repositories.svg">
<img width="900" height="1" alt="">
</td>
<td align="center">
<img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.gists.svg">
<img width="900" height="1" alt="">
</td>
<td></td>
</tr>
<tr>
<th><a href="source/plugins/introduction/README.md">🙋 Introduction</a></th>
@@ -335,7 +327,7 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
</tr>
<tr>
<td align="center">
<img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.stock.svg">
<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>

10
settings.example.json generated
View File

@@ -63,7 +63,7 @@
"enabled": false, "//": "Display GitHub users from various affiliations"
},
"stargazers":{
"enabled": false, "//": "Display stargazers metrics"
"enabled": false, "//": "Enable stargazers plugin"
},
"projects":{
"enabled": false, "//": "Display active projects"
@@ -84,19 +84,19 @@
"enabled": false, "//": "GitHub discussions metrics"
},
"support":{
"enabled": false, "//": "GitHub Community Support metrics"
"enabled": false, "//": "Enable support plugin"
},
"lines":{
"enabled": false, "//": "Display lines of code metrics"
},
"traffic":{
"enabled": false, "//": "Display repositories traffic metrics"
"enabled": false, "//": "Enable traffic plugin"
},
"repositories":{
"enabled": false, "//": "Display chosen featured repositories"
},
"gists":{
"enabled": false, "//": "Display gists metrics"
"enabled": false, "//": "Enable gists plugin"
},
"introduction":{
"enabled": false, "//": "Display account or repository introduction"
@@ -140,7 +140,7 @@
},
"stock":{
"token": null, "//":"Yahoo Finance token",
"enabled": false, "//": "Display stock prices of a given company"
"enabled": false, "//": "Enable stock plugin"
},
"nightscout":{
"enabled": false, "//": "Displays Blood Glucose"

View File

@@ -1,7 +1,7 @@
<!--header-->
<table>
<tr><th colspan="2"><h3>🌸 Anilist watch list and reading list</h3></th></tr>
<tr><td colspan="2" align="center"><p>This plugin lets you display your favorites animes, mangas and characters from your <a href="https://anilist.co">AniList</a> account.</p>
<tr><td colspan="2" align="center"><p>This plugin displays your favorites animes, mangas and characters from your <a href="https://anilist.co">AniList</a> account.</p>
</td></tr>
<tr>
<th rowspan="3">Supported features<br><sub><a href="metadata.yml">→ Full specification</a></sub></th>

View File

@@ -1,6 +1,6 @@
name: "🌸 Anilist watch list and reading list"
category: social
description: This plugin lets you display your favorites animes, mangas and characters from your [AniList](https://anilist.co) account.
description: This plugin displays your favorites animes, mangas and characters from your [AniList](https://anilist.co) account.
examples:
+for anime watchers: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.anilist.svg
+for manga readers: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.anilist.manga.svg

View File

@@ -24,7 +24,7 @@ Check out <a href="https://github.com/topics">GitHub topics</a> to search intere
</table>
<!--/header-->
#### ➡️ Available options
## ➡️ Available options
<!--options-->
<table>
@@ -93,9 +93,7 @@ Check out <a href="https://github.com/topics">GitHub topics</a> to search intere
</table>
<!--/options-->
*[→ Full specification](metadata.yml)*
#### Examples workflows
## Examples workflows
<!--examples-->
```yaml