ci: auto-regenerate files [skip ci]
This commit is contained in:
18
README.md
18
README.md
@@ -189,7 +189,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.lines.svg">
|
||||
<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">
|
||||
@@ -241,7 +241,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.starlists.svg">
|
||||
<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">
|
||||
@@ -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>
|
||||
@@ -298,12 +298,8 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
|
||||
</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>
|
||||
<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">
|
||||
@@ -322,11 +318,11 @@ 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.rss.svg">
|
||||
<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">
|
||||
<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>
|
||||
|
||||
10
settings.example.json
generated
10
settings.example.json
generated
@@ -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"
|
||||
},
|
||||
"//": ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user