From 3d191f813ef29c49ffd6589c8e1d04dfe6b94bb1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 08:06:37 +0000 Subject: [PATCH] Auto-regenerate files --- README.md | 24 ++++++++++++------------ action.yml | 2 +- settings.example.json | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index f81f1b04..50cdb369 100644 --- a/README.md +++ b/README.md @@ -369,16 +369,6 @@ And you can customize these heavily with plugins, templates and hundreds of opti -## 🐙 Features - -* Create infographics from **32 plugins**, **4 templates** and **182 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 -* Support **users** and **organizations** accounts, and even **repositories**! -* Save your metrics as **images** (SVG, PNG or JPG), **markdown**, **PDF** or **JSON**! - * Upload them through commits, pull request and gists, or handle output manually -* Test it live on [metrics.lecoq.io](https://metrics.lecoq.io)! - * Get a quick overview of any user with [✨ metrics insights](https://metrics.lecoq.io/about) - ## 🦑 Interested to get your own? For a fully-featured experience you should use **metrics** as a [GitHub Action](https://github.com/marketplace/actions/metrics-embed), but you can also try it now at [metrics.lecoq.io](https://metrics.lecoq.io/) with your GitHub username! @@ -394,16 +384,26 @@ Choose `📊 Metrics embed` if you want to customize your GitHub profile and ` Embed metrics images on your profile readme or blog!
Use GitHub actions for even more features!
- + Share your metrics with friends and on social medias!
No configuration needed!
- + +### 🐙 Features + +* Create infographics from **32 plugins**, **4 templates** and **182 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 +* Support **users**, **organizations** and even **repositories** +* Transparent by default so it'll blend well whether light or dark mode is used +* Save your metrics as **images** (SVG, PNG or JPEG), **markdown**, **PDF** or **JSON** + * Upload them to GitHub through commits, pull requests and gists, or handle renders yourself +* Works either as [GitHub action](https://github.com/marketplace/actions/metrics-embed) or as [web instance](https://metrics.lecoq.io) + # 📜 How to use? diff --git a/action.yml b/action.yml index 1aac7afc..42a9bbdf 100644 --- a/action.yml +++ b/action.yml @@ -180,7 +180,7 @@ inputs: # Specify one value (for both width and height) or two values (one for width and one for height) config_padding: description: Image padding - default: 16, 16 + 5% + default: 16, 16 + 9% # Metrics output format config_output: diff --git a/settings.example.json b/settings.example.json index d5fe8854..aeea6085 100644 --- a/settings.example.json +++ b/settings.example.json @@ -13,7 +13,7 @@ "debug.headless": false, "//": "Debug puppeteer process", "mocked": false, "//": "Use mocked data instead of live APIs (use 'force' to use mocked token even if real token are defined)", "repositories": 100, "//": "Number of repositories to use", - "padding": ["6%", "13%"], "//": "Image padding (default)", + "padding": ["16", "16 + 9%"], "//": "Image padding (default)", "hosted": { "by": "", "//": "Web instance host (displayed in footer)", "link": "", "//": "Web instance host link (displayed in footer)"