Updating readme

This commit is contained in:
Luke Hagar
2024-03-04 15:59:10 -06:00
parent c8c1b25b31
commit 6e57af4be1
2 changed files with 26 additions and 21 deletions

View File

@@ -20,7 +20,7 @@ jobs:
template: "templates/README.md.tpl"
writeTo: "README.md"
- uses: stefanzweifel/git-auto-commit-action@v4
- uses: stefanzweifel/git-auto-commit-action@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:

View File

@@ -10,35 +10,40 @@
#### 📫 Here are some of my pages
- [My Personal site](https://lukehagar.com/)
- [LinkedIn](https://www.linkedin.com/in/lukehagar/)
- [Dev](https://dev.to/lukehagar)
- [Plex API Documentation](https://plexapi.dev)
- [My work GitHub Account](https://github.com/luke-hagar-sp)
- [Dev.to](https://dev.to/lukehagar)
#### 👷 Check out what I'm currently working on
{{range recentContributions 10}}
- [{{.Repo.Name}}]({{.Repo.URL}}) - {{.Repo.Description}}
{{- end}}
#### My Projects
#### 🌱 My latest projects
{{range recentRepos 10}}
- [{{.Name}}]({{.URL}}) - {{.Description}}
{{- end}}
{{with repo "LukeHagar" "stats-action"}}
[{{.Name}}]({{.URL}})
{{.Description}}
{{.LastRelease.TagName}} - {{humanize .LastRelease.PublishedAt}}
{{end}}
#### 📜 My recent Dev posts
{{range rss "https://dev.to/feed/lukehagar" 5}}
- Plex
- [OpenAPI Specification](https://github.com/LukeHagar/plex-api-spec)
- [API Documentation](https://github.com/LukeHagar/plex-docs) [Site](https://plexapi.dev)
- [JS/TS SDK](https://github.com/LukeHagar/plexjs) [NPM](https://www.npmjs.com/package/@lukehagar/plexjs)
- [Python SDK](https://github.com/LukeHagar/plexpy) [PyPi](https://pypi.org/project/plex-api-client/)
- [OpenAPI Schema Generator](https://oas-def-gen.lukehagar.com)
#### 📜 Some of my recent Dev.to posts
{{range rss "https://dev.to/feed/lukehagar" 10}}
- [{{.Title}}]({{.URL}})
{{- end}}
#### Recent Stars
{{range recentStars 10}}
#### 👷 Recent Contributions
{{range recentContributions 20}}
- [{{.Repo.Name}}]({{.Repo.URL}}) - {{.Repo.Description}}
{{- end}}
#### 👯 Check out some of my recent followers
{{range followers 5}}
- [{{.Login}}]({{.URL}})
{{- end}}
#### Recent followers
{{range followers 10}}
- {{.Name}} | {{.Login}}
{{end}}
Want your own self-generating profile page? Check out [readme-scribe](https://github.com/muesli/readme-scribe)!
Want your own self-generating profile page?
Check out [readme-scribe](https://github.com/muesli/readme-scribe)!
<!-- comments will be preserved -->