ci: auto-regenerate files [skip ci]

This commit is contained in:
lowlighter
2022-01-15 19:25:59 -05:00
parent da57541e38
commit b69a6a58c9
2 changed files with 29 additions and 45 deletions

View File

@@ -11,12 +11,10 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
</tr> </tr>
<tr> <tr>
<td align="center"> <td align="center">
<img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.classic.svg"> <img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.classic.svg" alt=""></img>
<img width="900" height="1" alt="">
</td> </td>
<td align="center"> <td align="center">
<img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.organization.svg"> <img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.organization.svg" alt=""></img>
<img width="900" height="1" alt="">
</td> </td>
</tr> </tr>
<tr> <tr>
@@ -48,12 +46,8 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
</tr> </tr>
<tr> <tr>
<td align="center"> <td align="center">
<details open><summary>With icons</summary> <details open><summary>With icons</summary><img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.topics.icons.svg" alt=""></img></details>
<img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.topics.icons.svg"> <details open><summary>With labels</summary><img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.topics.svg" alt=""></img></details>
</details>
<details open><summary>With labels</summary>
<img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.topics.svg">
</details>
<img width="900" height="1" alt=""> <img width="900" height="1" alt="">
</td> </td>
<td align="center"> <td align="center">
@@ -151,7 +145,7 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
<img width="900" height="1" alt=""> <img width="900" height="1" alt="">
</td> </td>
<td align="center"> <td align="center">
<img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.activity.svg"> <img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.activity.svg" alt=""></img>
<img width="900" height="1" alt=""> <img width="900" height="1" alt="">
</td> </td>
</tr> </tr>
@@ -161,12 +155,8 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
</tr> </tr>
<tr> <tr>
<td align="center"> <td align="center">
<details open><summary>Compact display</summary> <details open><summary>Compact display</summary><img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.achievements.compact.svg" alt=""></img></details>
<img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.achievements.compact.svg"> <details><summary>Detailed display</summary><img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.achievements.svg" alt=""></img></details>
</details>
<details><summary>Detailed display</summary>
<img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.achievements.svg">
</details>
<img width="900" height="1" alt=""> <img width="900" height="1" alt="">
</td> </td>
<td align="center"> <td align="center">
@@ -295,15 +285,9 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
<img width="900" height="1" alt=""> <img width="900" height="1" alt="">
</td> </td>
<td align="center"> <td align="center">
<details open><summary>For anime watchers</summary> <details open><summary>For anime watchers</summary><img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.anilist.svg" alt=""></img></details>
<img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.anilist.svg"> <details open><summary>For manga readers</summary><img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.anilist.manga.svg" alt=""></img></details>
</details> <details open><summary>For waifus simp</summary><img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.anilist.characters.svg" alt=""></img></details>
<details><summary>For manga readers</summary>
<img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.anilist.manga.svg">
</details>
<details open><summary>Favorites characters</summary>
<img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.anilist.characters.svg">
</details>
<img width="900" height="1" alt=""> <img width="900" height="1" alt="">
</td> </td>
</tr> </tr>

8
settings.example.json generated
View File

@@ -39,7 +39,7 @@
"enabled": false, "//": "Enable languages plugin" "enabled": false, "//": "Enable languages plugin"
}, },
"topics":{ "topics":{
"enabled": false, "//": "Display starred topics" "enabled": false, "//": "Enable topics plugin"
}, },
"stars":{ "stars":{
"enabled": false, "//": "Enable stars plugin" "enabled": false, "//": "Enable stars plugin"
@@ -72,10 +72,10 @@
"enabled": false, "//": "Display a random code snippet from recent activity" "enabled": false, "//": "Display a random code snippet from recent activity"
}, },
"activity":{ "activity":{
"enabled": false, "//": "Display recent activity" "enabled": false, "//": "Enable activity plugin"
}, },
"achievements":{ "achievements":{
"enabled": false, "//": "Display achievements" "enabled": false, "//": "Enable achievements plugin"
}, },
"notable":{ "notable":{
"enabled": false, "//": "Display notable contributions in organizations" "enabled": false, "//": "Display notable contributions in organizations"
@@ -122,7 +122,7 @@
"enabled": false, "//": "Stackoverflow metrics" "enabled": false, "//": "Stackoverflow metrics"
}, },
"anilist":{ "anilist":{
"enabled": false, "//": "Display data from your AniList account" "enabled": false, "//": "Enable aniList plugin"
}, },
"tweets":{ "tweets":{
"token": null, "//":"Twitter API token", "token": null, "//":"Twitter API token",