mirror of
https://github.com/LukeHagar/Awesome-GitHub-Profile.git
synced 2025-12-06 04:19:20 +00:00
54 lines
1.4 KiB
Smarty
54 lines
1.4 KiB
Smarty
# Awesome GitHub Profile
|
|
|
|
A collection of all of my favorite GitHub automation tools.
|
|
|
|
### Hi there 👋
|
|
|
|
#### 👷 Check out what I'm currently working on
|
|
{{range recentContributions 10}}
|
|
- [{{.Repo.Name}}]({{.Repo.URL}}) - {{.Repo.Description}} ({{humanize .OccurredAt}})
|
|
{{- end}}
|
|
|
|
#### 🌱 My latest projects
|
|
{{range recentRepos 10}}
|
|
- [{{.Name}}]({{.URL}}) - {{.Description}}
|
|
{{- end}}
|
|
|
|
#### 🔨 My recent Pull Requests
|
|
{{range recentPullRequests 10}}
|
|
- [{{.Title}}]({{.URL}}) on [{{.Repo.Name}}]({{.Repo.URL}}) ({{humanize .CreatedAt}})
|
|
{{- end}}
|
|
|
|
#### 📓 Gists I wrote
|
|
{{range gists 5}}
|
|
- [{{.Description}}]({{.URL}}) ({{humanize .CreatedAt}})
|
|
{{- end}}
|
|
|
|
#### ⭐ Recent Stars
|
|
{{range recentStars 10}}
|
|
- [{{.Repo.Name}}]({{.Repo.URL}}) - {{.Repo.Description}} ({{humanize .StarredAt}})
|
|
{{- end}}
|
|
|
|
#### ❤️ These awesome people sponsor me (thank you!)
|
|
{{range sponsors 5}}
|
|
- [{{.User.Login}}]({{.User.URL}}) ({{humanize .CreatedAt}})
|
|
{{- end}}
|
|
|
|
#### 👯 Check out some of my recent followers
|
|
{{range followers 5}}
|
|
- [{{.Login}}]({{.URL}})
|
|
{{- end}}
|
|
|
|
#### 💬 Feedback
|
|
|
|
Say Hello, I don't bite!
|
|
|
|
#### 📫 How to reach me
|
|
|
|
- Twitter: https://twitter.com/...
|
|
- Fediverse: https://mastodon.social/@...
|
|
- Blog: https://...
|
|
|
|
Want your own self-generating profile page? Check out [readme-scribe](https://github.com/muesli/readme-scribe)!
|
|
|
|
<!-- comments will be preserved --> |