diff --git a/README.md b/README.md index 5dc7aeb8..8544a0c0 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ And you can customize these heavily with plugins, templates and hundreds of opti
| - 🧩 32 plugins + 🧩 34 plugins | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 🌇 GitHub Skyline 3D calendar | -⏱️ Website performances | +💬 Discussions | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
+
+ |
+ ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 📓 Repositories | +⏱️ Website performances | +||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
+ |
Detailed version@@ -402,7 +416,7 @@ Choose `📊 Metrics embed` if you want to customize your GitHub profile and ` ### 🐙 Features -* Create infographics from **32 plugins**, **4 templates** and **192 options** +* Create infographics from **34 plugins**, **4 templates** and **192 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 @@ -719,6 +733,8 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1🎩 |
💭 |
🌇 |
+ 💬 |
+ 📓 |
⏱️ |
🎼 |
🐤 |
@@ -755,6 +771,8 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1
✔️ |
✔️ |
✔️ |
+ ✔️ |
+ ✔️ |
✔️ |
✔️ |
✔️ |
@@ -791,6 +809,8 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1
❌ |
❌ |
❌ |
+ ❌ |
+ ❌ |
✔️ |
❌ |
❌ |
@@ -827,6 +847,8 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1
❌ |
❌ |
❌ |
+ ❌ |
+ ❌ |
✔️ |
❌ |
❌ |
@@ -863,6 +885,8 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1
❌ |
❌ |
❌ |
+ ❌ |
+ ❌ |
❌ |
❌ |
✔️ |
@@ -876,7 +900,7 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1
❌ |
| |||||||||||||||||||||||||||
| + | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Mode/Plugin | @@ -902,6 +926,8 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1🎩 | 💭 | 🌇 | +💬 | +📓 | ⏱️ | 🎼 | 🐤 | @@ -938,6 +964,8 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1✔️ | ✔️ | ✔️ | +✔️ | +✔️ | ✔️ | ✔️ | ✔️ | @@ -974,6 +1002,8 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1❌ | ❌ | ❌ | +❌ | +✔️ | ✔️ | ✔️ | ✔️ | @@ -1010,6 +1040,8 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1❌ | ❌ | ❌ | +❌ | +❌ | ✔️ | ❌ | ❌ | @@ -1048,6 +1080,7 @@ See their respective documentation for more informations about how to setup them * [🏆 Achievements](/source/plugins/achievements/README.md) * [📰 Recent activity](/source/plugins/activity/README.md) * [🏅 Repository contributors](/source/plugins/contributors/README.md) + * [💬 Discussions](/source/plugins/discussions/README.md) * [🎟️ Follow-up of issues and pull requests](/source/plugins/followup/README.md) * [🎫 Gists](/source/plugins/gists/README.md) * [💡 Coding habits](/source/plugins/habits/README.md) @@ -1060,6 +1093,7 @@ See their respective documentation for more informations about how to setup them * [🧑🤝🧑 People plugin](/source/plugins/people/README.md) * [🗂️ Active projects](/source/plugins/projects/README.md) * [🎭 Comment reactions](/source/plugins/reactions/README.md) + * [📓 Repositories](/source/plugins/repositories/README.md) * [🌇 GitHub Skyline 3D calendar](/source/plugins/skyline/README.md) * [✨ Stargazers over last weeks](/source/plugins/stargazers/README.md) * [🌟 Recently starred repositories](/source/plugins/stars/README.md) diff --git a/action.yml b/action.yml index 42ef238c..bad4b7cf 100644 --- a/action.yml +++ b/action.yml @@ -795,6 +795,28 @@ inputs: description: Compatibility mode default: no + # ==================================================================================== + # 💬 Discussions + + # Enable or disable plugin + plugin_discussions: + description: GitHub discussions metrics + default: no + + # ==================================================================================== + # 📓 Repositories + + # Enable or disable plugin + plugin_repositories: + description: Display chosen featured repositories + default: no + + # Featured repositories to display + # If no owner is specified, it will implicitly use the current account login as owner + plugin_repositories_featured: + description: List of repositories to display + default: "" + # ==================================================================================== # ⏱️ Website performances diff --git a/settings.example.json b/settings.example.json index 5fc0295f..6ead7afb 100644 --- a/settings.example.json +++ b/settings.example.json @@ -94,6 +94,12 @@ "skyline":{ "enabled": false, "//": "Display GitHub Skyline 3D calendar" }, + "discussions":{ + "enabled": false, "//": "GitHub discussions metrics" + }, + "repositories":{ + "enabled": false, "//": "Display chosen featured repositories" + }, "pagespeed":{ "token": null, "//":"PageSpeed token", "enabled": false, "//": "Display a website Google PageSpeed metrics" diff --git a/source/plugins/README.md b/source/plugins/README.md index 35ebe0ec..2c5d6fe6 100644 --- a/source/plugins/README.md +++ b/source/plugins/README.md @@ -10,6 +10,7 @@ See their respective documentation for more informations about how to setup them * [🏆 Achievements](/source/plugins/achievements/README.md) * [📰 Recent activity](/source/plugins/activity/README.md) * [🏅 Repository contributors](/source/plugins/contributors/README.md) + * [💬 Discussions](/source/plugins/discussions/README.md) * [🎟️ Follow-up of issues and pull requests](/source/plugins/followup/README.md) * [🎫 Gists](/source/plugins/gists/README.md) * [💡 Coding habits](/source/plugins/habits/README.md) @@ -22,6 +23,7 @@ See their respective documentation for more informations about how to setup them * [🧑🤝🧑 People plugin](/source/plugins/people/README.md) * [🗂️ Active projects](/source/plugins/projects/README.md) * [🎭 Comment reactions](/source/plugins/reactions/README.md) + * [📓 Repositories](/source/plugins/repositories/README.md) * [🌇 GitHub Skyline 3D calendar](/source/plugins/skyline/README.md) * [✨ Stargazers over last weeks](/source/plugins/stargazers/README.md) * [🌟 Recently starred repositories](/source/plugins/stars/README.md)|||||||||||||||||||||||||||||||||||||