diff --git a/README.md b/README.md index fde8d4b6..f81f1b04 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Generate your metrics that you can embed everywhere, including your GitHub profile readme! It works for both user and organization accounts, and even for repositories! -> *⚠️ This is the documentation of **v3.10-beta** (`@master` branch) which includes [unreleased features](https://github.com/lowlighter/metrics/compare/latest...master), see documentation of [**v3.0** (`@latest` branch) here](https://github.com/lowlighter/metrics/blob/latest/README.md).* +> *⚠️ This is the documentation of **v3.10-beta** (`@master` branch) which includes [unreleased features](https://github.com/lowlighter/metrics/compare/latest...master), see documentation of [**v3.9** (`@latest` branch) here](https://github.com/lowlighter/metrics/blob/latest/README.md).* @@ -369,6 +369,16 @@ 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! diff --git a/settings.example.json b/settings.example.json index 58857511..d5fe8854 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": ["20", "40 + 2%"], "//": "Image padding (default)", + "padding": ["6%", "13%"], "//": "Image padding (default)", "hosted": { "by": "", "//": "Web instance host (displayed in footer)", "link": "", "//": "Web instance host link (displayed in footer)"