diff --git a/README.md b/README.md index 518ea471..485ceeb5 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Generate your metrics that you can embed everywhere, including your GitHub profi
| - 🧩 22 plugins + 🧩 23 plugins | |||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 💡 Coding habits | -📅 Isometric commit calendar | +🙋 Introduction | |||||||||||||||||||||||||||
|
@@ -67,6 +67,19 @@ Generate your metrics that you can embed everywhere, including your GitHub profi
|
+
+ Repository version+ |
+ ||||||||||||||||||||||||||||
| 📅 Isometric commit calendar | +🈷️ Most used languages | +||||||||||||||||||||||||||||
Full year version@@ -74,12 +87,6 @@ Generate your metrics that you can embed everywhere, including your GitHub profi |
- |||||||||||||||||||||||||||||
| 🈷️ Most used languages | -📜 Licenses | -||||||||||||||||||||||||||||
With both total bytes size and percentage version@@ -87,6 +94,12 @@ Generate your metrics that you can embed everywhere, including your GitHub profi |
+ |||||||||||||||||||||||||||||
| 📜 Licenses | +👨💻 Lines of code changed | +||||||||||||||||||||||||||||
With licenses ratio@@ -94,16 +107,16 @@ Generate your metrics that you can embed everywhere, including your GitHub profi |
- |||||||||||||||||||||||||||||
| 👨💻 Lines of code changed | -🧑🤝🧑 People plugin | -||||||||||||||||||||||||||||
|
|
+ |||||||||||||||||||||||||||||
| 🧑🤝🧑 People plugin | +🗂️ Projects | +||||||||||||||||||||||||||||
Followed people version@@ -117,30 +130,30 @@ Generate your metrics that you can embed everywhere, including your GitHub profi |
- |||||||||||||||||||||||||||||
| 🗂️ Projects | -✨ Stargazers over last weeks | -||||||||||||||||||||||||||||
|
|
+ |||||||||||||||||||||||||||||
| ✨ Stargazers over last weeks | +🌟 Recently starred repositories | +||||||||||||||||||||||||||||
|
|
- |||||||||||||||||||||||||||||
| 🌟 Recently starred repositories | -📌 Starred topics | -||||||||||||||||||||||||||||
|
|
+ |||||||||||||||||||||||||||||
| 📌 Starred topics | +🧮 Repositories traffic | +||||||||||||||||||||||||||||
Mastered and known technologies version@@ -148,15 +161,15 @@ Generate your metrics that you can embed everywhere, including your GitHub profi |
- |||||||||||||||||||||||||||||
| 🧮 Repositories traffic | -🌸 Anilist | -||||||||||||||||||||||||||||
|
|
+ |||||||||||||||||||||||||||||
| 🌸 Anilist | +🎼 Music plugin | +||||||||||||||||||||||||||||
Manga version@@ -167,12 +180,6 @@ Generate your metrics that you can embed everywhere, including your GitHub profi |
- |||||||||||||||||||||||||||||
| 🎼 Music plugin | -⏱️ Website performances | -||||||||||||||||||||||||||||
🎼 Favorite tracks version |
+ |||||||||||||||||||||||||||||
| ⏱️ Website performances | +✒️ Recent posts | +||||||||||||||||||||||||||||
Detailed version@@ -192,34 +205,35 @@ Generate your metrics that you can embed everywhere, including your GitHub profi |
- |||||||||||||||||||||||||||||
| ✒️ Recent posts | -🐤 Latest tweets | -||||||||||||||||||||||||||||
|
|
+ |||||||||||||||||||||||||||||
| 🐤 Latest tweets | +⏰ WakaTime plugin | +||||||||||||||||||||||||||||
|
|
- |||||||||||||||||||||||||||||
| ⏰ WakaTime plugin | -💉 Nightscout | -||||||||||||||||||||||||||||
|
|
+ |||||||||||||||||||||||||||||
| 💉 Nightscout | ++ | ||||||||||||||||||||||||||||
|
|
+ |||||||||||||||||||||||||||||
| @@ -567,6 +581,7 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1 | 🎟️ | 🎫 | 💡 | +🙋 | 📅 | 🈷️ | 📜 | @@ -593,6 +608,7 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1✔️ | ✔️ | ✔️ | +✔️ | ✔️ | ✔️ | ❌ | @@ -619,6 +635,7 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1✔️ | ❌ | ❌ | +✔️ | ❌ | ✔️ | ✔️ | @@ -645,6 +662,7 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1❌ | ✔️ | ❌ | +❌ | ❌ | ✔️ | ❌ | @@ -689,6 +707,7 @@ See their respective documentation for more informations about how to setup them * [🎟️ 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) + * [🙋 Introduction](/source/plugins/introduction/README.md) * [📅 Isometric commit calendar](/source/plugins/isocalendar/README.md) * [🈷️ Most used languages](/source/plugins/languages/README.md) * [📜 Licenses](/source/plugins/licenses/README.md) diff --git a/action.yml b/action.yml index 86973685..82dcb01a 100644 --- a/action.yml +++ b/action.yml @@ -257,6 +257,19 @@ inputs: description: Display coding habits charts based on recent activity default: no + # ==================================================================================== + # 🙋 Introduction + + # Enable or disable plugin + plugin_introduction: + description: Display account or repository introduction + default: no + + # Display introduction section title + plugin_introduction_title: + description: Display introduction section title + default: yes + # ==================================================================================== # 📅 Isometric commit calendar diff --git a/settings.example.json b/settings.example.json index f08ad259..fc5dbfd7 100644 --- a/settings.example.json +++ b/settings.example.json @@ -37,6 +37,9 @@ "habits":{ "enabled": false, "//": "Display coding habits metrics" }, + "introduction":{ + "enabled": false, "//": "Display account or repository introduction" + }, "isocalendar":{ "enabled": false, "//": "Display an isometric view of your commits calendar" }, diff --git a/source/plugins/README.md b/source/plugins/README.md index 3957bee7..7ad63ddd 100644 --- a/source/plugins/README.md +++ b/source/plugins/README.md @@ -12,6 +12,7 @@ See their respective documentation for more informations about how to setup them * [🎟️ 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) + * [🙋 Introduction](/source/plugins/introduction/README.md) * [📅 Isometric commit calendar](/source/plugins/isocalendar/README.md) * [🈷️ Most used languages](/source/plugins/languages/README.md) * [📜 Licenses](/source/plugins/licenses/README.md)|