From 0b65f98aeca12b2d6348687985aca58efded67ed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Mar 2021 14:01:32 +0000 Subject: [PATCH] Auto-regenerate files --- README.md | 60 +++++++++++++++++++++++++--------------- action.yml | 37 +++++++++++++++++++++++++ settings.example.json | 3 ++ source/plugins/README.md | 1 + 4 files changed, 79 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index ab8edf6a..8c770fe8 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ And you can customize these heavily with plugins, templates and hundreds of opti
| - 🧩 26 plugins + 🧩 27 plugins | |||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 📰 Recent activity | -🌇 GitHub Skyline 3D calendar | +🏆 Achievements | |||||||||||||||||||||||||||
|
@@ -187,15 +187,19 @@ And you can customize these heavily with plugins, templates and hundreds of opti
|
- |
||||||||||||||||||||||||||||
| 🌇 GitHub Skyline 3D calendar | ⏱️ Website performances | -🎼 Music plugin | |||||||||||||||||||||||||||
|
+ |
Detailed version@@ -206,6 +210,12 @@ And you can customize these heavily with plugins, templates and hundreds of opti |
+ ||||||||||||||||||||||||||||
| 🎼 Music plugin | +🐤 Latest tweets | +||||||||||||||||||||||||||||
🎼 Favorite tracks version |
- |||||||||||||||||||||||||||||
| 🐤 Latest tweets | -🌸 Anilist watch list and reading list | -||||||||||||||||||||||||||||
With tweets attachments version@@ -228,6 +232,12 @@ And you can customize these heavily with plugins, templates and hundreds of opti |
+ |||||||||||||||||||||||||||||
| 🌸 Anilist watch list and reading list | +🗨️ Stackoverflow plugin | +||||||||||||||||||||||||||||
Manga version@@ -238,16 +248,16 @@ And you can customize these heavily with plugins, templates and hundreds of opti |
- |||||||||||||||||||||||||||||
| 🗨️ Stackoverflow plugin | -✒️ Recent posts | -||||||||||||||||||||||||||||
|
|
+ |||||||||||||||||||||||||||||
| ✒️ Recent posts | +⏰ WakaTime plugin | +||||||||||||||||||||||||||||
With posts descriptions and cover images version@@ -255,20 +265,21 @@ And you can customize these heavily with plugins, templates and hundreds of opti |
- |||||||||||||||||||||||||||||
| ⏰ WakaTime plugin | -💉 Nightscout | -||||||||||||||||||||||||||||
|
|
+ |||||||||||||||||||||||||||||
| 💉 Nightscout | ++ | ||||||||||||||||||||||||||||
|
|
+ |||||||||||||||||||||||||||||
| @@ -613,6 +624,7 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1 | ✨ | 🗂️ | 📰 | +🏆 | 🌇 | ⏱️ | 🎼 | @@ -643,6 +655,7 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1✔️ | ✔️ | ✔️ | +✔️ | ✔️ | ✔️ | ✔️ | @@ -673,6 +686,7 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1✔️ | ✔️ | ✔️ | +❌ | ❌ | ✔️ | ❌ | @@ -703,6 +717,7 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1❌ | ❌ | ❌ | +❌ | ❌ | ✔️ | ❌ | @@ -751,6 +766,7 @@ See their respective documentation for more informations about how to setup them * [✨ Stargazers over last weeks](/source/plugins/stargazers/README.md) * [🗂️ Active projects](/source/plugins/projects/README.md) * [📰 Recent activity](/source/plugins/activity/README.md) + * [🏆 Achievements](/source/plugins/achievements/README.md) * [🌇 GitHub Skyline 3D calendar](/source/plugins/skyline/README.md) * **Social** * [⏱️ Website performances](/source/plugins/pagespeed/README.md) diff --git a/action.yml b/action.yml index 276ea353..f0fa075e 100644 --- a/action.yml +++ b/action.yml @@ -561,6 +561,43 @@ inputs: description: Display events timestamps default: no + # ==================================================================================== + # 🏆 Achievements + + # Enable or disable plugin + plugin_achievements: + description: Display achievements + default: no + + # Minimal rank to display + plugin_achievements_threshold: + description: Display rank minimal threshold + default: C + + # Display secrets achievements unlocked + plugin_achievements_secrets: + description: Display unlocked secrets achievements + default: yes + + # Number of achievements events to display + # Set to 0 to disable limitations + plugin_achievements_limit: + description: Maximum number of achievements to display + default: 0 + + # List of unlocked achievements to hide + # Names must be given in lower case, without rank adjective + plugin_achievements_ignored: + description: Unlocked achievements to hide + default: "" + + # List of unlocked achievements to display + # Names must be given in lower case, without rank adjective + # Using this option is equivalent of using "plugin_achievements_ignored" with all existing achievements but the ones listed + plugin_achievements_only: + description: Unlocked achievements to display + default: "" + # ==================================================================================== # 🌇 GitHub Skyline 3D calendar diff --git a/settings.example.json b/settings.example.json index 8dd85a7f..e69afbc9 100644 --- a/settings.example.json +++ b/settings.example.json @@ -77,6 +77,9 @@ "activity":{ "enabled": false, "//": "Display recent activity" }, + "achievements":{ + "enabled": false, "//": "Display achievements" + }, "skyline":{ "enabled": false, "//": "Display GitHub Skyline 3D calendar" }, diff --git a/source/plugins/README.md b/source/plugins/README.md index adb1dd96..b942b25d 100644 --- a/source/plugins/README.md +++ b/source/plugins/README.md @@ -24,6 +24,7 @@ See their respective documentation for more informations about how to setup them * [✨ Stargazers over last weeks](/source/plugins/stargazers/README.md) * [🗂️ Active projects](/source/plugins/projects/README.md) * [📰 Recent activity](/source/plugins/activity/README.md) + * [🏆 Achievements](/source/plugins/achievements/README.md) * [🌇 GitHub Skyline 3D calendar](/source/plugins/skyline/README.md) * **Social** * [⏱️ Website performances](/source/plugins/pagespeed/README.md)|