惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
人人都是产品经理
人人都是产品经理
Cisco Talos Blog
Cisco Talos Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
V
V2EX
博客园 - 三生石上(FineUI控件)
Martin Fowler
Martin Fowler
WordPress大学
WordPress大学
D
Docker
S
SegmentFault 最新的问题
博客园 - 聂微东
美团技术团队
Apple Machine Learning Research
Apple Machine Learning Research
月光博客
月光博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Last Week in AI
Last Week in AI
M
MIT News - Artificial intelligence
F
Fortinet All Blogs
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
The GitHub Blog
The GitHub Blog
GbyAI
GbyAI
L
LangChain Blog
Vercel News
Vercel News
博客园 - 叶小钗
MongoDB | Blog
MongoDB | Blog
Stack Overflow Blog
Stack Overflow Blog
H
Help Net Security
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
The Cloudflare Blog
Engineering at Meta
Engineering at Meta
T
Threat Research - Cisco Blogs
T
Threatpost
Scott Helme
Scott Helme
T
Tailwind CSS Blog
Latest news
Latest news
Stack Overflow Blog
Stack Overflow Blog
Blog — PlanetScale
Blog — PlanetScale
The Register - Security
The Register - Security
罗磊的独立博客
P
Proofpoint News Feed
腾讯CDC
S
Schneier on Security
雷峰网
雷峰网
A
About on SuperTechFans
T
Tenable Blog
F
Full Disclosure
Cyberwarzone
Cyberwarzone
博客园_首页
有赞技术团队
有赞技术团队
K
Kaspersky official blog

文章列表

埃氮幂の命名空间 埃氮幂の命名空间 P13020 [GESP202506 八级] 遍历计数 题解 Moonlark(Nonebot2+Python)命令式聊天机器人插件开发记录 P3435 [POI 2006] OKR-Periods of Words 题解 埃氮幂の命名空间 Qt Troubleshoot(二) 埃氮幂の命名空间 埃氮幂の命名空间 埃氮幂の命名空间 自己动手写二维物理引擎(一) 埃氮幂の命名空间 埃氮幂の命名空间 埃氮幂の命名空间 Hexo博客0氪建站记录(下) 埃氮幂の命名空间 埃氮幂の命名空间
埃氮幂の命名空间
2025-04-05 · via

先放一张效果图

教程

其实就是利用这个lowlighter/metrics的gh-actions来每天定时生成一张svg。 详细教程见lowlighter/metrics: 📊 An infographics generator with 30+ plugins and 300+ options to display stats about your GitHub account and render them as SVG, Markdown, PDF or JSON!

metrics.yml

以下就是我的同款workflow配置 ```yml name: Metrics on: schedule: [{cron: "0 0 *"}] workflow_dispatch: push: {branches: ["main"]} jobs: github-metrics: runs-on: ubuntu-latest environment: name: production permissions: contents: write steps:

TEXT
  - uses: lowlighter/metrics@latest
    with:
      filename: metrics.svg
      token: ${{ secrets.METRICS_TOKEN }}
      config_timezone: Asia/Shanghai
      base: header, activity, community, repositories, metadata
      
      plugin_isocalendar: yes
      plugin_isocalendar_duration: full-year
      
      plugin_lines: yes
      plugin_lines_history_limit: 1
      plugin_lines_sections: base
      plugin_lines_delay: 30
      
      plugin_languages: yes
      plugin_languages_skipped: dotfiles
      plugin_languages_details: percentage, bytes-size
      
      plugin_followup: yes
      plugin_followup_sections: user
      
      plugin_code: yes
      plugin_code_languages: javascript, typescript, python, cpp
      plugin_code_load: 400

      plugin_wakatime: yes
      plugin_wakatime_sections: time, projects, projects-graphs, languages, languages-graphs, editors, os
      plugin_wakatime_token: ${{ secrets.WAKATIME_TOKEN }}
      
      plugin_rss: yes
      plugin_rss_source: https://blog.qyadbr.top/atom.xml
      plugin_rss_limit: 10

      plugin_gists: yes

      plugin_achievements: yes

      plugin_activity: yes

```

使用Github Actions定制Github个人主页

作者

Admibrill

发布于

2025-04-05

更新于

2025-04-05

许可协议


最新文章