diff --git a/README.md b/README.md
index 7e3955d3..682929bc 100644
--- a/README.md
+++ b/README.md
@@ -241,23 +241,13 @@ And you can customize these heavily with plugins, templates and hundreds of opti
+
+
+
+ |
Detailed version
@@ -441,7 +441,7 @@ Choose `📊 Metrics embed` if you want to customize your GitHub profile and `
### 🐙 Features
-* Create infographics from **36 plugins**, **4 templates** and **205 options**
+* Create infographics from **36 plugins**, **4 templates** and **207 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
@@ -760,8 +760,8 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1
🎩 |
📓 |
♐ |
- 🌇 |
💕 |
+ 🌇 |
⏱️ |
🎼 |
🐤 |
@@ -800,8 +800,8 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1
✔️ |
✔️ |
✔️ |
- ✔️ |
✔️ |
+ ✔️ |
✔️ |
✔️ |
✔️ |
@@ -840,8 +840,8 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1
❌ |
❌ |
❌ |
- ❌ |
❌ |
+ ❌ |
✔️ |
❌ |
❌ |
@@ -880,8 +880,8 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1
❌ |
❌ |
❌ |
- ❌ |
❌ |
+ ❌ |
✔️ |
❌ |
❌ |
@@ -920,8 +920,8 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1
❌ |
❌ |
❌ |
- ❌ |
❌ |
+ ❌ |
❌ |
❌ |
✔️ |
@@ -963,8 +963,8 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1
🎩 |
📓 |
♐ |
- 🌇 |
💕 |
+ 🌇 |
⏱️ |
🎼 |
🐤 |
@@ -1003,8 +1003,8 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1
✔️ |
✔️ |
✔️ |
- ✔️ |
✔️ |
+ ✔️ |
✔️ |
✔️ |
✔️ |
@@ -1043,8 +1043,8 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1
❌ |
✔️ |
✔️ |
- ❌ |
✔️ |
+ ❌ |
✔️ |
✔️ |
✔️ |
@@ -1083,8 +1083,8 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1
❌ |
❌ |
✔️ |
- ❌ |
❌ |
+ ❌ |
✔️ |
❌ |
❌ |
diff --git a/action.yml b/action.yml
index d34b79ff..c78d3f9a 100644
--- a/action.yml
+++ b/action.yml
@@ -851,6 +851,19 @@ inputs:
description: Repositories to skip
default: ""
+ # ====================================================================================
+ # 💕 GitHub Sponsors
+
+ # Enable or disable plugin
+ plugin_sponsors:
+ description: Display GitHub sponsors
+ default: no
+
+ # Sections to display
+ plugin_sponsors_sections:
+ description: Sections to display
+ default: goal, about
+
# ====================================================================================
# 🌇 GitHub Skyline 3D calendar
@@ -881,19 +894,6 @@ inputs:
description: Compatibility mode
default: no
- # ====================================================================================
- # 💕 GitHub Sponsors
-
- # Enable or disable plugin
- plugin_sponsors:
- description: Display GitHub sponsors
- default: no
-
- # Sections to display
- plugin_sponsors_sections:
- description: Sections to display
- default: goal, about
-
# ====================================================================================
# ⏱️ Website performances
diff --git a/settings.example.json b/settings.example.json
index d824afcc..7ba477ef 100644
--- a/settings.example.json
+++ b/settings.example.json
@@ -101,12 +101,12 @@
"code":{
"enabled": false, "//": "Display a random code snippet from recent activity"
},
- "skyline":{
- "enabled": false, "//": "Display GitHub Skyline 3D calendar"
- },
"sponsors":{
"enabled": false, "//": "Display GitHub sponsors"
},
+ "skyline":{
+ "enabled": false, "//": "Display GitHub Skyline 3D calendar"
+ },
"pagespeed":{
"token": null, "//":"PageSpeed token",
"enabled": false, "//": "Display a website Google PageSpeed metrics"
|