Auto-regenerate files
This commit is contained in:
@@ -396,7 +396,7 @@ Choose `📊 Metrics embed` if you want to customize your GitHub profile and `
|
|||||||
|
|
||||||
### 🐙 Features
|
### 🐙 Features
|
||||||
|
|
||||||
* Create infographics from **32 plugins**, **4 templates** and **182 options**
|
* Create infographics from **32 plugins**, **4 templates** and **183 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
|
||||||
|
|||||||
5
action.yml
generated
5
action.yml
generated
@@ -279,6 +279,11 @@ inputs:
|
|||||||
description: Maximum number of languages to display
|
description: Maximum number of languages to display
|
||||||
default: 8
|
default: 8
|
||||||
|
|
||||||
|
# Sections to display
|
||||||
|
plugin_languages_sections:
|
||||||
|
description: Sections to display
|
||||||
|
default: most-used
|
||||||
|
|
||||||
# Overrides default languages colors
|
# Overrides default languages colors
|
||||||
# Use `${n}:${color}` to change the color of the n-th most used language (e.g. "0:red" to make your most used language red)
|
# Use `${n}:${color}` to change the color of the n-th most used language (e.g. "0:red" to make your most used language red)
|
||||||
# Use `${language}:${color}` to change the color of named language (e.g. "javascript:red" to make JavaScript language red, language case is ignored)
|
# Use `${language}:${color}` to change the color of named language (e.g. "javascript:red" to make JavaScript language red, language case is ignored)
|
||||||
|
|||||||
Reference in New Issue
Block a user