Building a self-updating profile README for GitHub
GitHub quietly released a new feature at some point in the past few days: profile READMEs. Create a repository with the same name as your GitHub account (in my case that’s github.com/simonw/simonw), add a README.md to it and GitHub will render the contents at the top of your personal profile page—for me that’s github.com/simonw I couldn’t resist re-using the trick from this blog post and implementing a GitHub Action to automatically keep my profile README up-to-date. Visit github.com/simonw and you’ll see a three-column README showing my latest GitHub project releases, my latest blog entries and my latest TILs. I’m doing this with a GitHub Action in build.yml. It’s configured to run on every push to the repo, on a schedule at 32 minutes past the hour and on the new workflow_dispatch event which means I get a manual button I can click to trigger it on demand. The Action runs a Python script called build_readme.py which does the following: It then turns the results from those various sou
Building a self-updating profile README for GitHub Simon Willison’s Weblog Subscribe Sponsored by: Microsoft - Agent projects stall between demo and production. Microsoft's MVP checklist closes that gap. Try it Building a self-updating profile README for GitHub 10th July 2020 GitHub quietly released a new feature at some point in the past few days: profile READMEs. Create a repository with the same name as your GitHub account (in my case that’s github.com/simonw/simonw ), add a README.md to it and GitHub will render the contents at the top of your personal profile page—for me that’s github.com
Explore this link on the map →saved by
related reading
- llm-wiki · GitHubgist.github.com
- Stevey's Google Platforms Rant · GitHubgist.github.com
- Quickstart for GitHub Pages - GitHub Docsdocs.github.com
- Building a GitHub App that responds to webhook events - GitHub Docsdocs.github.com
- About creating GitHub Apps - GitHub Docsdocs.github.com
- GitHub · Change is constant. GitHub keeps you ahead. · GitHubgithub.com
- Trying to View Claude Code's Contributions on Github Will Crash Their Serversverdikapuku.com
- Ghostty Is Leaving GitHub – Mitchell Hashimotomitchellh.com
- Create a Minimalism GitHub Page for Your Data Science Portfolio in 30 Minutes - Chris Tranchriskhanhtran.github.io
- GitHub - cased/skyline: The missing automation for creating GitHub Apps · GitHubgithub.com
- Git Guides - git push · GitHubgithub.com
- About authentication with a GitHub App - GitHub Docsdocs.github.com