ci: auto-regenerate files [skip ci]

This commit is contained in:
lowlighter
2022-01-15 20:18:50 -05:00
parent 69acb3f855
commit c3285f4283
2 changed files with 27 additions and 31 deletions

View File

@@ -188,10 +188,10 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
<th><a href="source/plugins/traffic/README.md">🧮 Repositories traffic</a></th>
</tr>
<tr>
<td align="center">
<img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.lines.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.lines.svg" alt=""></img>
<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" alt=""></img>
<img width="900" height="1" alt="">
@@ -240,10 +240,10 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
<th><a href="source/plugins/skyline/README.md">🌇 GitHub Skyline 3D calendar</a></th>
</tr>
<tr>
<td align="center">
<img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.starlists.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.starlists.svg" alt=""></img>
<img width="900" height="1" alt="">
</td>
<td align="center">
<img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.skyline.svg">
<img width="900" height="1" alt="">
@@ -287,7 +287,7 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
</td>
<td align="center">
<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>
<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><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 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>
<img width="900" height="1" alt="">
</td>
@@ -297,15 +297,11 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
<th><a href="source/plugins/posts/README.md">✒️ Recent posts</a></th>
</tr>
<tr>
<td align="center">
<details open><summary>Latest tweets</summary>
<img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.tweets.svg">
</details>
<details><summary>Latest tweets with attachments</summary>
<img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.tweets.attachments.svg">
</details>
<img width="900" height="1" alt="">
</td>
<td align="center">
<details open><summary>Latest tweets</summary><img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.tweets.svg" alt=""></img></details>
<details><summary>Latest tweets with attachments</summary><img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.tweets.attachments.svg" alt=""></img></details>
<img width="900" height="1" alt="">
</td>
<td align="center">
<details open><summary>Latest posts</summary>
<img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.posts.svg">
@@ -321,14 +317,14 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
<th><a href="source/plugins/wakatime/README.md">⏰ WakaTime plugin</a></th>
</tr>
<tr>
<td align="center">
<img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.rss.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.wakatime.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.rss.svg" alt=""></img>
<img width="900" height="1" alt="">
</td>
<td align="center">
<img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.wakatime.svg" alt=""></img>
<img width="900" height="1" alt="">
</td>
</tr>
<tr>
<th><a href="source/plugins/stock/README.md">💹 Stock prices</a></th>

10
settings.example.json generated
View File

@@ -87,7 +87,7 @@
"enabled": false, "//": "Enable support plugin"
},
"lines":{
"enabled": false, "//": "Display lines of code metrics"
"enabled": false, "//": "Enable lines plugin"
},
"traffic":{
"enabled": false, "//": "Enable traffic plugin"
@@ -105,7 +105,7 @@
"enabled": false, "//": "Display GitHub sponsors"
},
"starlists":{
"enabled": false, "//": "Display star lists"
"enabled": false, "//": "Enable starlists plugin"
},
"skyline":{
"enabled": false, "//": "Display GitHub Skyline 3D calendar"
@@ -126,7 +126,7 @@
},
"tweets":{
"token": null, "//":"Twitter API token",
"enabled": false, "//": "Display recent tweets"
"enabled": false, "//": "Enable tweets plugin"
},
"posts":{
"enabled": false, "//": "Display recent posts"
@@ -136,7 +136,7 @@
},
"wakatime":{
"token": null, "//":"WakaTime API token",
"enabled": false, "//": "Display WakaTime stats"
"enabled": false, "//": "Enable wakatime plugin"
},
"stock":{
"token": null, "//":"Yahoo Finance token",
@@ -150,7 +150,7 @@
"enabled": false, "//": "Display PoopMap stats"
},
"screenshot":{
"enabled": false, "//": "Display a screenshot of any website"
"enabled": false, "//": "Enable screenshot plugin"
},
"//": ""
}