mirror of
https://github.com/domfelipe/domfelipe.git
synced 2026-08-07 07:36:44 +00:00
feat: setup metrics action for AI developer profile
This commit is contained in:
commit
52970f794e
2 changed files with 106 additions and 0 deletions
76
.github/workflows/metrics.yml
vendored
Normal file
76
.github/workflows/metrics.yml
vendored
Normal file
|
|
@ -0,0 +1,76 @@
|
||||||
|
name: Metrics
|
||||||
|
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: '0 0 * * *'
|
||||||
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
metrics:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: lowlighter/metrics@master
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.METRICS_TOKEN }}
|
||||||
|
|
||||||
|
plugin_base: yes
|
||||||
|
plugin_base_separator: " "
|
||||||
|
|
||||||
|
plugin_activity: yes
|
||||||
|
plugin_activity_limit: 7
|
||||||
|
plugin_activity_load: 300
|
||||||
|
plugin_activity_visibility: public
|
||||||
|
plugin_activity_sections: contributions,commits
|
||||||
|
|
||||||
|
plugin_languages: yes
|
||||||
|
plugin_languages_colors: '#4584b6,#ffdf5d,#616163,#4e8e4e,#356862,#e38844'
|
||||||
|
plugin_languages_limit: 5
|
||||||
|
plugin_languages_use_language: yes
|
||||||
|
plugin_languages_transition: no
|
||||||
|
|
||||||
|
plugin_streak: yes
|
||||||
|
plugin_streak_days: 60
|
||||||
|
plugin_streak_lines: 3
|
||||||
|
plugin_streak_total: yes
|
||||||
|
|
||||||
|
plugin_views: yes
|
||||||
|
plugin_views_days: 14
|
||||||
|
plugin_views_color: 'F75132'
|
||||||
|
plugin_views_style: 'flat'
|
||||||
|
|
||||||
|
plugin_achievements: yes
|
||||||
|
plugin_achievements_mode: shared
|
||||||
|
plugin_achievements_threshold: '0,1,7,14,31,93,365,730,1095'
|
||||||
|
|
||||||
|
plugin_posts: no
|
||||||
|
plugin_rss: no
|
||||||
|
|
||||||
|
output_format: markdown
|
||||||
|
use_template: yes
|
||||||
|
output_file: README.md
|
||||||
|
|
||||||
|
base_color: '1a1b26'
|
||||||
|
base_theme: high-contrast
|
||||||
|
|
||||||
|
text_color: 'FAFAFA'
|
||||||
|
text_brightness: '0'
|
||||||
|
|
||||||
|
label_color: '66D9EF'
|
||||||
|
label_brightness: '0'
|
||||||
|
|
||||||
|
badge_color: 'A6E22E'
|
||||||
|
badge_brightness: '0'
|
||||||
|
|
||||||
|
icon_color: 'E6DB74'
|
||||||
|
icon_brightness: '0'
|
||||||
|
|
||||||
|
animations: yes
|
||||||
|
animations_steps: 80
|
||||||
|
animations_speed: 1.5
|
||||||
|
|
||||||
|
base: ''
|
||||||
|
plugin_base_path: ''
|
||||||
|
plugin_achievements_path: ''
|
||||||
30
README.md
Normal file
30
README.md
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- Welcome to my profile! -->
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<img src="https://capsule-render.vercel.app/api?type=waving&color=1a1b26&height=120§ion=header&text=Felipe%20Domingues&fontSize=40&fontColor=E6DB74" />
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<div align="center">
|
||||||
|
|
||||||
|
### AI Developer & Vibecoder 🤖
|
||||||
|
|
||||||
|
Construindo o futuro com agentes de IA, código e prompts.
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- Metrics will be inserted here by the metrics action -->
|
||||||
|
<!-- === Do not edit this section === -->
|
||||||
|
<!-- Everything below will be auto-generated by metrics action -->
|
||||||
|
<!-- To customize, edit your .github/workflows/metrics.yml -->
|
||||||
|
|
||||||
|
<!-- === END METRICS === -->
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<img src="https://capsule-render.vercel.app/api?type=waving&color=1a1b26&height=80§ion=footer" />
|
||||||
|
</p>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue