ci: auto-regenerate files
This commit is contained in:
@@ -124,8 +124,8 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.achievements.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ''
|
||||
plugin_achievements: 'yes'
|
||||
base: ""
|
||||
plugin_achievements: yes
|
||||
plugin_achievements_only: sponsor, maintainer, octonaut
|
||||
|
||||
```
|
||||
@@ -135,8 +135,8 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.achievements.compact.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ''
|
||||
plugin_achievements: 'yes'
|
||||
base: ""
|
||||
plugin_achievements: yes
|
||||
plugin_achievements_only: >-
|
||||
polyglot, stargazer, sponsor, deployer, member, maintainer, developer,
|
||||
scripter, packager, explorer, infographile, manager
|
||||
|
||||
@@ -164,8 +164,8 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.activity.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ''
|
||||
plugin_activity: 'yes'
|
||||
base: ""
|
||||
plugin_activity: yes
|
||||
plugin_activity_limit: 5
|
||||
plugin_activity_days: 0
|
||||
plugin_activity_filter: issue, pr, release, fork, review, ref/create
|
||||
|
||||
@@ -129,8 +129,8 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.anilist.svg
|
||||
token: NOT_NEEDED
|
||||
base: ''
|
||||
plugin_anilist: 'yes'
|
||||
base: ""
|
||||
plugin_anilist: yes
|
||||
plugin_anilist_medias: anime
|
||||
plugin_anilist_sections: favorites, watching
|
||||
plugin_anilist_limit: 1
|
||||
@@ -142,8 +142,8 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.anilist.manga.svg
|
||||
token: NOT_NEEDED
|
||||
base: ''
|
||||
plugin_anilist: 'yes'
|
||||
base: ""
|
||||
plugin_anilist: yes
|
||||
plugin_anilist_medias: manga
|
||||
plugin_anilist_sections: favorites, reading
|
||||
plugin_anilist_limit: 1
|
||||
@@ -155,8 +155,8 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.anilist.characters.svg
|
||||
token: NOT_NEEDED
|
||||
base: ''
|
||||
plugin_anilist: 'yes'
|
||||
base: ""
|
||||
plugin_anilist: yes
|
||||
plugin_anilist_sections: characters
|
||||
plugin_anilist_limit_characters: 22
|
||||
|
||||
|
||||
@@ -113,8 +113,8 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.code.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ''
|
||||
plugin_code: 'yes'
|
||||
base: ""
|
||||
plugin_code: yes
|
||||
plugin_code_languages: javascript, typescript
|
||||
plugin_code_load: 400
|
||||
|
||||
|
||||
0
source/plugins/community/README.md
Normal file
0
source/plugins/community/README.md
Normal file
@@ -150,11 +150,11 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.contributors.contributions.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ''
|
||||
base: ""
|
||||
template: repository
|
||||
repo: metrics
|
||||
plugin_contributors: 'yes'
|
||||
plugin_contributors_contributions: 'yes'
|
||||
plugin_contributors: yes
|
||||
plugin_contributors_contributions: yes
|
||||
|
||||
```
|
||||
```yaml
|
||||
@@ -163,10 +163,10 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.contributors.categories.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ''
|
||||
base: ""
|
||||
template: repository
|
||||
repo: metrics
|
||||
plugin_contributors: 'yes'
|
||||
plugin_contributors: yes
|
||||
plugin_contributors_sections: categories
|
||||
plugin_contributors_categories: |
|
||||
{
|
||||
|
||||
@@ -75,8 +75,8 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.discussions.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ''
|
||||
plugin_discussions: 'yes'
|
||||
base: ""
|
||||
plugin_discussions: yes
|
||||
plugin_discussions_categories_limit: 8
|
||||
|
||||
```
|
||||
|
||||
@@ -86,8 +86,8 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.followup.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ''
|
||||
plugin_followup: 'yes'
|
||||
base: ""
|
||||
plugin_followup: yes
|
||||
|
||||
```
|
||||
```yaml
|
||||
@@ -96,8 +96,8 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.followup.user.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ''
|
||||
plugin_followup: 'yes'
|
||||
base: ""
|
||||
plugin_followup: yes
|
||||
plugin_followup_sections: user
|
||||
|
||||
```
|
||||
@@ -107,9 +107,9 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.followup.indepth.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ''
|
||||
plugin_followup: 'yes'
|
||||
plugin_followup_indepth: 'yes'
|
||||
base: ""
|
||||
plugin_followup: yes
|
||||
plugin_followup_indepth: yes
|
||||
|
||||
```
|
||||
<!--/examples-->
|
||||
|
||||
@@ -51,8 +51,8 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.gists.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ''
|
||||
plugin_gists: 'yes'
|
||||
base: ""
|
||||
plugin_gists: yes
|
||||
|
||||
```
|
||||
<!--/examples-->
|
||||
|
||||
@@ -126,10 +126,10 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.habits.facts.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ''
|
||||
plugin_habits: 'yes'
|
||||
plugin_habits_facts: 'yes'
|
||||
plugin_habits_charts: 'no'
|
||||
base: ""
|
||||
plugin_habits: yes
|
||||
plugin_habits_facts: yes
|
||||
plugin_habits_charts: no
|
||||
config_timezone: Europe/Paris
|
||||
|
||||
```
|
||||
@@ -139,10 +139,10 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.habits.charts.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ''
|
||||
plugin_habits: 'yes'
|
||||
plugin_habits_facts: 'no'
|
||||
plugin_habits_charts: 'yes'
|
||||
base: ""
|
||||
plugin_habits: yes
|
||||
plugin_habits_facts: no
|
||||
plugin_habits_charts: yes
|
||||
config_timezone: Europe/Paris
|
||||
|
||||
```
|
||||
|
||||
@@ -65,7 +65,7 @@ with:
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
user: github
|
||||
base: header
|
||||
plugin_introduction: 'yes'
|
||||
plugin_introduction: yes
|
||||
|
||||
```
|
||||
```yaml
|
||||
@@ -77,7 +77,7 @@ with:
|
||||
template: repository
|
||||
repo: metrics
|
||||
base: header
|
||||
plugin_introduction: 'yes'
|
||||
plugin_introduction: yes
|
||||
|
||||
```
|
||||
<!--/examples-->
|
||||
|
||||
@@ -67,8 +67,8 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.isocalendar.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ''
|
||||
plugin_isocalendar: 'yes'
|
||||
base: ""
|
||||
plugin_isocalendar: yes
|
||||
|
||||
```
|
||||
```yaml
|
||||
@@ -77,8 +77,8 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.isocalendar.fullyear.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ''
|
||||
plugin_isocalendar: 'yes'
|
||||
base: ""
|
||||
plugin_isocalendar: yes
|
||||
plugin_isocalendar_duration: full-year
|
||||
|
||||
```
|
||||
|
||||
@@ -351,8 +351,8 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.languages.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ''
|
||||
plugin_languages: 'yes'
|
||||
base: ""
|
||||
plugin_languages: yes
|
||||
plugin_languages_ignored: >-
|
||||
html, css, tex, less, dockerfile, makefile, qmake, lex, cmake, shell,
|
||||
gnuplot
|
||||
@@ -365,8 +365,8 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.languages.details.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ''
|
||||
plugin_languages: 'yes'
|
||||
base: ""
|
||||
plugin_languages: yes
|
||||
plugin_languages_ignored: >-
|
||||
html, css, tex, less, dockerfile, makefile, qmake, lex, cmake, shell,
|
||||
gnuplot
|
||||
@@ -380,8 +380,8 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.languages.recent.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ''
|
||||
plugin_languages: 'yes'
|
||||
base: ""
|
||||
plugin_languages: yes
|
||||
plugin_languages_ignored: >-
|
||||
html, css, tex, less, dockerfile, makefile, qmake, lex, cmake, shell,
|
||||
gnuplot
|
||||
@@ -396,12 +396,12 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.languages.indepth.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ''
|
||||
plugin_languages: 'yes'
|
||||
base: ""
|
||||
plugin_languages: yes
|
||||
plugin_languages_ignored: >-
|
||||
html, css, tex, less, dockerfile, makefile, qmake, lex, cmake, shell,
|
||||
gnuplot
|
||||
plugin_languages_indepth: 'yes'
|
||||
plugin_languages_indepth: yes
|
||||
plugin_languages_details: lines, bytes-size
|
||||
plugin_languages_limit: 4
|
||||
plugin_languages_analysis_timeout: 15
|
||||
|
||||
@@ -102,10 +102,10 @@ name: Licenses and permissions
|
||||
with:
|
||||
filename: metrics.plugin.licenses.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ''
|
||||
base: ""
|
||||
template: repository
|
||||
repo: metrics
|
||||
plugin_licenses: 'yes'
|
||||
plugin_licenses: yes
|
||||
plugin_licenses_setup: npm ci
|
||||
|
||||
```
|
||||
@@ -115,13 +115,13 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.licenses.ratio.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ''
|
||||
base: ""
|
||||
template: repository
|
||||
repo: metrics
|
||||
plugin_licenses: 'yes'
|
||||
plugin_licenses: yes
|
||||
plugin_licenses_setup: npm ci
|
||||
plugin_licenses_legal: 'no'
|
||||
plugin_licenses_ratio: 'yes'
|
||||
plugin_licenses_legal: no
|
||||
plugin_licenses_ratio: yes
|
||||
|
||||
```
|
||||
<!--/examples-->
|
||||
|
||||
@@ -63,7 +63,7 @@ with:
|
||||
filename: metrics.plugin.lines.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: repositories
|
||||
plugin_lines: 'yes'
|
||||
plugin_lines: yes
|
||||
|
||||
```
|
||||
<!--/examples-->
|
||||
|
||||
@@ -308,8 +308,8 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.music.playlist.svg
|
||||
token: NOT_NEEDED
|
||||
base: ''
|
||||
plugin_music: 'yes'
|
||||
base: ""
|
||||
plugin_music: yes
|
||||
plugin_music_playlist: https://embed.music.apple.com/fr/playlist/usr-share/pl.u-V9D7m8Etjmjd0D
|
||||
plugin_music_limit: 2
|
||||
|
||||
@@ -320,8 +320,8 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.music.playlist.spotify.svg
|
||||
token: NOT_NEEDED
|
||||
base: ''
|
||||
plugin_music: 'yes'
|
||||
base: ""
|
||||
plugin_music: yes
|
||||
plugin_music_playlist: https://open.spotify.com/embed/playlist/3nfA87oeJw4LFVcUDjRcqi
|
||||
|
||||
```
|
||||
@@ -331,8 +331,8 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.music.recent.svg
|
||||
token: NOT_NEEDED
|
||||
base: ''
|
||||
plugin_music: 'yes'
|
||||
base: ""
|
||||
plugin_music: yes
|
||||
plugin_music_provider: spotify
|
||||
plugin_music_mode: recent
|
||||
plugin_music_token: ${{ secrets.SPOTIFY_TOKENS }}
|
||||
@@ -344,8 +344,8 @@ name: Spotify - Top tracks
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: NOT_NEEDED
|
||||
base: ''
|
||||
plugin_music: 'yes'
|
||||
base: ""
|
||||
plugin_music: yes
|
||||
plugin_music_mode: top
|
||||
plugin_music_provider: spotify
|
||||
plugin_music_token: ${{ secrets.SPOTIFY_TOKENS }}
|
||||
@@ -358,8 +358,8 @@ name: Spotify - Top artists
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: NOT_NEEDED
|
||||
base: ''
|
||||
plugin_music: 'yes'
|
||||
base: ""
|
||||
plugin_music: yes
|
||||
plugin_music_mode: top
|
||||
plugin_music_provider: spotify
|
||||
plugin_music_token: ${{ secrets.SPOTIFY_TOKENS }}
|
||||
@@ -372,8 +372,8 @@ name: Youtube Music - Random track from playlist
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: NOT_NEEDED
|
||||
base: ''
|
||||
plugin_music: 'yes'
|
||||
base: ""
|
||||
plugin_music: yes
|
||||
plugin_music_playlist: >-
|
||||
https://music.youtube.com/playlist?list=OLAK5uy_kU_uxp9TUOl9zVdw77xith8o9AknVwz9U
|
||||
|
||||
@@ -383,9 +383,9 @@ name: Youtube Music - Recently listed
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: NOT_NEEDED
|
||||
base: ''
|
||||
base: ""
|
||||
plugin_music_token: ${{ secrets.YOUTUBE_MUSIC_TOKENS }}
|
||||
plugin_music: 'yes'
|
||||
plugin_music: yes
|
||||
plugin_music_mode: recent
|
||||
plugin_music_provider: youtube
|
||||
|
||||
@@ -395,9 +395,9 @@ name: Last.fm - Recently listed
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: NOT_NEEDED
|
||||
base: ''
|
||||
base: ""
|
||||
plugin_music_token: ${{ secrets.LASTFM_TOKEN }}
|
||||
plugin_music: 'yes'
|
||||
plugin_music: yes
|
||||
plugin_music_provider: lastfm
|
||||
plugin_music_user: RJ
|
||||
|
||||
|
||||
@@ -126,7 +126,7 @@ Check out the instructions there.
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
plugin_nightscout: 'yes'
|
||||
plugin_nightscout: yes
|
||||
plugin_nightscout_url: ${{ secrets.NIGHTSCOUT_URL }}
|
||||
|
||||
```
|
||||
|
||||
@@ -108,8 +108,8 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.notable.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ''
|
||||
plugin_notable: 'yes'
|
||||
base: ""
|
||||
plugin_notable: yes
|
||||
|
||||
```
|
||||
```yaml
|
||||
@@ -118,10 +118,10 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.notable.indepth.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ''
|
||||
plugin_notable: 'yes'
|
||||
plugin_notable_indepth: 'yes'
|
||||
plugin_notable_repositories: 'yes'
|
||||
base: ""
|
||||
plugin_notable: yes
|
||||
plugin_notable_indepth: yes
|
||||
plugin_notable_repositories: yes
|
||||
|
||||
```
|
||||
<!--/examples-->
|
||||
|
||||
@@ -105,8 +105,8 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.pagespeed.svg
|
||||
token: NOT_NEEDED
|
||||
base: ''
|
||||
plugin_pagespeed: 'yes'
|
||||
base: ""
|
||||
plugin_pagespeed: yes
|
||||
plugin_pagespeed_token: ${{ secrets.PAGESPEED_TOKEN }}
|
||||
plugin_pagespeed_url: https://lecoq.io
|
||||
|
||||
@@ -117,9 +117,9 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.pagespeed.detailed.svg
|
||||
token: NOT_NEEDED
|
||||
base: ''
|
||||
plugin_pagespeed: 'yes'
|
||||
plugin_pagespeed_detailed: 'yes'
|
||||
base: ""
|
||||
plugin_pagespeed: yes
|
||||
plugin_pagespeed_detailed: yes
|
||||
plugin_pagespeed_token: ${{ secrets.PAGESPEED_TOKEN }}
|
||||
plugin_pagespeed_url: https://lecoq.io
|
||||
|
||||
@@ -130,9 +130,9 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.pagespeed.screenshot.svg
|
||||
token: NOT_NEEDED
|
||||
base: ''
|
||||
plugin_pagespeed: 'yes'
|
||||
plugin_pagespeed_screenshot: 'yes'
|
||||
base: ""
|
||||
plugin_pagespeed: yes
|
||||
plugin_pagespeed_screenshot: yes
|
||||
plugin_pagespeed_token: ${{ secrets.PAGESPEED_TOKEN }}
|
||||
plugin_pagespeed_url: https://lecoq.io
|
||||
|
||||
|
||||
@@ -150,8 +150,8 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.people.followers.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ''
|
||||
plugin_people: 'yes'
|
||||
base: ""
|
||||
plugin_people: yes
|
||||
plugin_people_types: followers
|
||||
|
||||
```
|
||||
@@ -161,10 +161,10 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.people.repository.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ''
|
||||
base: ""
|
||||
template: repository
|
||||
repo: metrics
|
||||
plugin_people: 'yes'
|
||||
plugin_people: yes
|
||||
plugin_people_types: contributors, stargazers, watchers, sponsors
|
||||
plugin_people_sponsors_custom: >-
|
||||
iamsainikhil, yutkat, KasparJohannesSchneider, ktnkk, tfSheol, haribo-io,
|
||||
|
||||
@@ -98,7 +98,7 @@ This token will not expire and it will be able to access only public details.
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
plugin_poopmap: 'yes'
|
||||
plugin_poopmap: yes
|
||||
|
||||
```
|
||||
<!--/examples-->
|
||||
|
||||
@@ -109,8 +109,8 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.posts.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ''
|
||||
plugin_posts: 'yes'
|
||||
base: ""
|
||||
plugin_posts: yes
|
||||
plugin_posts_source: dev.to
|
||||
|
||||
```
|
||||
@@ -120,12 +120,12 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.posts.full.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ''
|
||||
plugin_posts: 'yes'
|
||||
base: ""
|
||||
plugin_posts: yes
|
||||
plugin_posts_source: dev.to
|
||||
plugin_posts_limit: 2
|
||||
plugin_posts_descriptions: 'yes'
|
||||
plugin_posts_covers: 'yes'
|
||||
plugin_posts_descriptions: yes
|
||||
plugin_posts_covers: yes
|
||||
|
||||
```
|
||||
<!--/examples-->
|
||||
|
||||
@@ -120,10 +120,10 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.projects.svg
|
||||
token: ${{ secrets.METRICS_TOKEN_WITH_SCOPES }}
|
||||
base: ''
|
||||
plugin_projects: 'yes'
|
||||
base: ""
|
||||
plugin_projects: yes
|
||||
plugin_projects_repositories: lowlighter/metrics/projects/1
|
||||
plugin_projects_descriptions: 'yes'
|
||||
plugin_projects_descriptions: yes
|
||||
|
||||
```
|
||||
<!--/examples-->
|
||||
|
||||
@@ -154,8 +154,8 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.reactions.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ''
|
||||
plugin_reactions: 'yes'
|
||||
base: ""
|
||||
plugin_reactions: yes
|
||||
plugin_reactions_limit: 100
|
||||
plugin_reactions_details: percentage
|
||||
|
||||
|
||||
@@ -66,8 +66,8 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.repositories.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ''
|
||||
plugin_repositories: 'yes'
|
||||
base: ""
|
||||
plugin_repositories: yes
|
||||
plugin_repositories_featured: lowlighter/metrics
|
||||
|
||||
```
|
||||
|
||||
@@ -74,8 +74,8 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.rss.svg
|
||||
token: NOT_NEEDED
|
||||
base: ''
|
||||
plugin_rss: 'yes'
|
||||
base: ""
|
||||
plugin_rss: yes
|
||||
plugin_rss_source: https://news.ycombinator.com/rss
|
||||
plugin_rss_limit: 4
|
||||
|
||||
|
||||
@@ -92,11 +92,11 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.screenshot.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ''
|
||||
plugin_screenshot: 'yes'
|
||||
base: ""
|
||||
plugin_screenshot: yes
|
||||
plugin_screenshot_title: XKCD of the day
|
||||
plugin_screenshot_url: https://xkcd.com
|
||||
plugin_screenshot_selector: '#comic img'
|
||||
plugin_screenshot_selector: "#comic img"
|
||||
|
||||
```
|
||||
<!--/examples-->
|
||||
|
||||
@@ -107,8 +107,8 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.skyline.svg
|
||||
token: NOT_NEEDED
|
||||
base: ''
|
||||
plugin_skyline: 'yes'
|
||||
base: ""
|
||||
plugin_skyline: yes
|
||||
plugin_skyline_year: 2020
|
||||
plugin_skyline_frames: 6
|
||||
plugin_skyline_quality: 1
|
||||
|
||||
@@ -68,8 +68,8 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.sponsors.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ''
|
||||
plugin_sponsors: 'yes'
|
||||
base: ""
|
||||
plugin_sponsors: yes
|
||||
plugin_sponsors_sections: goal
|
||||
|
||||
```
|
||||
@@ -79,8 +79,8 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.sponsors.full.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ''
|
||||
plugin_sponsors: 'yes'
|
||||
base: ""
|
||||
plugin_sponsors: yes
|
||||
|
||||
```
|
||||
<!--/examples-->
|
||||
|
||||
@@ -119,8 +119,8 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.stackoverflow.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ''
|
||||
plugin_stackoverflow: 'yes'
|
||||
base: ""
|
||||
plugin_stackoverflow: yes
|
||||
plugin_stackoverflow_user: 1
|
||||
plugin_stackoverflow_sections: answers-top
|
||||
plugin_stackoverflow_limit: 2
|
||||
|
||||
@@ -51,8 +51,8 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.stargazers.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ''
|
||||
plugin_stargazers: 'yes'
|
||||
base: ""
|
||||
plugin_stargazers: yes
|
||||
|
||||
```
|
||||
<!--/examples-->
|
||||
|
||||
@@ -114,8 +114,8 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.starlists.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ''
|
||||
plugin_starlists: 'yes'
|
||||
base: ""
|
||||
plugin_starlists: yes
|
||||
plugin_starlists_limit_repositories: 2
|
||||
plugin_starlists_only: 🤘 TC39
|
||||
|
||||
|
||||
@@ -64,8 +64,8 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.stars.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ''
|
||||
plugin_stars: 'yes'
|
||||
base: ""
|
||||
plugin_stars: yes
|
||||
plugin_stars_limit: 3
|
||||
|
||||
```
|
||||
|
||||
@@ -119,8 +119,8 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.stock.svg
|
||||
token: NOT_NEEDED
|
||||
base: ''
|
||||
plugin_stock: 'yes'
|
||||
base: ""
|
||||
plugin_stock: yes
|
||||
plugin_stock_token: ${{ secrets.STOCK_TOKEN }}
|
||||
plugin_stock_symbol: TSLA
|
||||
|
||||
|
||||
@@ -51,8 +51,8 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.support.svg
|
||||
token: NOT_NEEDED
|
||||
base: ''
|
||||
plugin_support: 'yes'
|
||||
base: ""
|
||||
plugin_support: yes
|
||||
|
||||
```
|
||||
<!--/examples-->
|
||||
|
||||
@@ -102,8 +102,8 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.topics.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ''
|
||||
plugin_topics: 'yes'
|
||||
base: ""
|
||||
plugin_topics: yes
|
||||
plugin_topics_limit: 12
|
||||
|
||||
```
|
||||
@@ -113,8 +113,8 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.topics.icons.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ''
|
||||
plugin_topics: 'yes'
|
||||
base: ""
|
||||
plugin_topics: yes
|
||||
plugin_topics_limit: 0
|
||||
plugin_topics_mode: icons
|
||||
|
||||
|
||||
@@ -63,7 +63,7 @@ with:
|
||||
filename: metrics.plugin.traffic.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: repositories
|
||||
plugin_traffic: 'yes'
|
||||
plugin_traffic: yes
|
||||
|
||||
```
|
||||
<!--/examples-->
|
||||
|
||||
@@ -104,8 +104,8 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.tweets.svg
|
||||
token: NOT_NEEDED
|
||||
base: ''
|
||||
plugin_tweets: 'yes'
|
||||
base: ""
|
||||
plugin_tweets: yes
|
||||
plugin_tweets_token: ${{ secrets.TWITTER_TOKEN }}
|
||||
plugin_tweets_user: github
|
||||
|
||||
@@ -116,10 +116,10 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.tweets.attachments.svg
|
||||
token: NOT_NEEDED
|
||||
base: ''
|
||||
plugin_tweets: 'yes'
|
||||
base: ""
|
||||
plugin_tweets: yes
|
||||
plugin_tweets_token: ${{ secrets.TWITTER_TOKEN }}
|
||||
plugin_tweets_attachments: 'yes'
|
||||
plugin_tweets_attachments: yes
|
||||
plugin_tweets_user: github
|
||||
plugin_tweets_limit: 1
|
||||
|
||||
|
||||
@@ -136,8 +136,8 @@ uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.wakatime.svg
|
||||
token: NOT_NEEDED
|
||||
base: ''
|
||||
plugin_wakatime: 'yes'
|
||||
base: ""
|
||||
plugin_wakatime: yes
|
||||
plugin_wakatime_sections: time, projects, projects-graphs, languages, languages-graphs, editors, os
|
||||
plugin_wakatime_token: ${{ secrets.WAKATIME_TOKEN }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user