ci: auto-regenerate files

This commit is contained in:
github-actions[bot]
2021-11-26 23:32:37 +00:00
parent 9dee656481
commit 81fb31a193
4 changed files with 40 additions and 14 deletions

View File

@@ -31,7 +31,7 @@ And you can customize these heavily with plugins, templates and hundreds of opti
<table> <table>
<tr> <tr>
<th colspan="2" align="center"> <th colspan="2" align="center">
<a href="source/plugins/README.md">🧩 36 plugins</a> <a href="source/plugins/README.md">🧩 35+ plugins</a>
</th> </th>
</tr> </tr>
<tr> <tr>
@@ -373,17 +373,14 @@ And you can customize these heavily with plugins, templates and hundreds of opti
</tr> </tr>
<tr> <tr>
<th><a href="source/plugins/screenshot/README.md">📸 Website screenshot</a></th> <th><a href="source/plugins/screenshot/README.md">📸 Website screenshot</a></th>
<th><a href="source/plugins/nightscout/README.md">💉 Nightscout</a></th> <th></th>
</tr> </tr>
<tr> <tr>
<td align="center"> <td align="center">
<img alt="" width="400" src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.screenshot.svg"> <img alt="" width="400" src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.screenshot.svg">
<img width="900" height="1" alt=""> <img width="900" height="1" alt="">
</td> </td>
<td align="center"> <td align="center"><img width="900" height="1" alt=""></td>
<img alt="" width="400" src="https://github.com/legoandmars/legoandmars/blob/master/metrics.plugin.nightscout.svg">
<img width="900" height="1" alt="">
</td>
</tr> </tr>
<tr> <tr>
<th colspan="2" align="center"> <th colspan="2" align="center">
@@ -463,7 +460,7 @@ Choose `📊 Metrics embed` if you want to customize your GitHub profile and `
### 🐙 Features ### 🐙 Features
* Create infographics from **36 plugins**, **4 templates** and **219 options** * Create infographics from **37 plugins**, **4 templates** and **219 options**
* Even more **customization** with [community templates](source/templates/community) or by [forking this repository](https://github.com/lowlighter/metrics/network/members) and editing HTML/CSS/EJS * Even more **customization** with [community templates](source/templates/community) or by [forking this repository](https://github.com/lowlighter/metrics/network/members) and editing HTML/CSS/EJS
* Support **users**, **organizations** and even **repositories** * Support **users**, **organizations** and even **repositories**
* Transparent by default so it'll blend well whether light or dark mode is used * Transparent by default so it'll blend well whether light or dark mode is used
@@ -952,7 +949,7 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1
<td nowrap="nowrap" align="center" data-plugin="screenshot">✓</td> <td nowrap="nowrap" align="center" data-plugin="screenshot">✓</td>
</tr> </tr>
<tr> <tr>
<td colspan="38"></td> <td colspan="39"></td>
</tr> </tr>
<tr> <tr>
<th nowrap="nowrap">Mode/Plugin</th> <th nowrap="nowrap">Mode/Plugin</th>
@@ -1127,8 +1124,9 @@ See their respective documentation for more informations about how to setup them
## 🧩 Plugins ## 🧩 Plugins
Plugins are features which provide additional content and lets you customize your rendered metrics. Plugins are features which provide additional content and lets you customize your rendered metrics.
See their respective documentation for more informations about how to setup them.
See their respective documentation for more informations about how to setup them: The following plugins are maintained by Metric's core team:
* **Core** * **Core**
* [🗃️ Base content](/source/plugins/base/README.md) * [🗃️ Base content](/source/plugins/base/README.md)
@@ -1171,9 +1169,11 @@ See their respective documentation for more informations about how to setup them
* **Other** * **Other**
* [📸 Website screenshot](/source/plugins/screenshot/README.md) * [📸 Website screenshot](/source/plugins/screenshot/README.md)
* [💹 Stock prices](/source/plugins/stock/README.md) * [💹 Stock prices](/source/plugins/stock/README.md)
* **Community** *(provided and maintained by contributors)*
* [💉 Nightscout](/source/plugins/nightscout/README.md) [@legoandmars](https://github.com/legoandmars)
### 🎲 Community plugins
The following plugins are provided and maintained by Metrics's user community:
* [💉 Nightscout](/source/plugins/nightscout/README.md) [@legoandmars](https://github.com/legoandmars) * [💩 PoopMap plugin](/source/plugins/poopmap/README.md) [@matievisthekat](https://github.com/matievisthekat)
### 🏦 Organizations metrics ### 🏦 Organizations metrics
While metrics targets mainly user accounts, it's possible to render metrics for organization accounts. While metrics targets mainly user accounts, it's possible to render metrics for organization accounts.

18
action.yml generated
View File

@@ -1341,6 +1341,24 @@ inputs:
description: When the blood sugar is considered urgently high description: When the blood sugar is considered urgently high
default: 250 default: 250
# ====================================================================================
# 💩 PoopMap plugin
# Enable or disable plugin
plugin_poopmap:
description: Display PoopMap stats
default: no
# PoopMap API token
plugin_poopmap_token:
description: PoopMap API token
default: ""
# Time range to use for displayed stats
plugin_poopmap_days:
description: PoopMap time range
default: 7
# ==================================================================================== # ====================================================================================
# Action metadata # Action metadata

4
settings.example.json generated
View File

@@ -145,6 +145,10 @@
"nightscout":{ "nightscout":{
"enabled": false, "//": "Displays Blood Glucose" "enabled": false, "//": "Displays Blood Glucose"
}, },
"poopmap":{
"token": null, "//":"PoopMap API token",
"enabled": false, "//": "Display PoopMap stats"
},
"//": "" "//": ""
} }
} }

View File

@@ -1,8 +1,9 @@
## 🧩 Plugins ## 🧩 Plugins
Plugins are features which provide additional content and lets you customize your rendered metrics. Plugins are features which provide additional content and lets you customize your rendered metrics.
See their respective documentation for more informations about how to setup them.
See their respective documentation for more informations about how to setup them: The following plugins are maintained by Metric's core team:
* **Core** * **Core**
* [🗃️ Base content](/source/plugins/base/README.md) * [🗃️ Base content](/source/plugins/base/README.md)
@@ -45,5 +46,8 @@ See their respective documentation for more informations about how to setup them
* **Other** * **Other**
* [📸 Website screenshot](/source/plugins/screenshot/README.md) * [📸 Website screenshot](/source/plugins/screenshot/README.md)
* [💹 Stock prices](/source/plugins/stock/README.md) * [💹 Stock prices](/source/plugins/stock/README.md)
* **Community** *(provided and maintained by contributors)*
* [💉 Nightscout](/source/plugins/nightscout/README.md) [@legoandmars](https://github.com/legoandmars) ### 🎲 Community plugins
The following plugins are provided and maintained by Metrics's user community:
* [💉 Nightscout](/source/plugins/nightscout/README.md) [@legoandmars](https://github.com/legoandmars) * [💩 PoopMap plugin](/source/plugins/poopmap/README.md) [@matievisthekat](https://github.com/matievisthekat)