├── .github
└── workflows
│ └── waka-readme-stats.yml
├── README.md
└── charts
└── bar_graph.png
/.github/workflows/waka-readme-stats.yml:
--------------------------------------------------------------------------------
1 | name: Waka Readme Stats
2 |
3 | on:
4 | push:
5 | branches: [master]
6 | pull_request:
7 | branches: [master]
8 | schedule:
9 | - cron: '0 0 * * *'
10 |
11 | jobs:
12 | update-readme:
13 | name: Update Readme with Metrics
14 | runs-on: ubuntu-latest
15 | steps:
16 | - uses: cxyfreedom/waka-readme-stats@master
17 | with:
18 | WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
19 | GH_TOKEN: ${{ secrets.GH_TOKEN }}
20 | SHOW_PROJECTS: "False"
21 | SHOW_TIMEZONE: "False"
22 | SHOW_LOC_CHART: "False"
23 | SHOW_LINES_OF_CODE: "False"
24 | SHOW_PROFILE_VIEWS: "False"
25 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # Hi, I'm cxyfreedom
2 |
3 | A senior backend developer from China, based in Shanghai. I regulary write articles on Obsidian.
4 |
5 | ## About Me
6 |
7 | [](https://visitor-badge.laobi.icu/badge?page_id=cxyfreedom.cxyfreedom)
8 | [](mailto:cxyfreedom@gmail.com)
9 | [](https://github-readme-stats.vercel.app/api?username=cxyfreedom&hide_title=false&hide_border=true&show_icons=true&include_all_commits=true&line_height=20&bg_color=0,EC6C6C,FFD479,FFFC79,73FA79&theme=graywhite&locale=cn)
10 | [](https://github.com/cxyfreedom?tab=followers)
11 |
12 | ## Tools
13 |
14 |
15 |
16 | ## Technology Stack
17 |
18 |
19 |
20 | ## Stats
21 |
22 |