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" template: "templates/README.md.tpl"
writeTo: "README.md" writeTo: "README.md"
- uses: stefanzweifel/git-auto-commit-action@v4 - uses: stefanzweifel/git-auto-commit-action@v5
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: with:

View File

@@ -10,35 +10,40 @@
#### 📫 Here are some of my pages #### 📫 Here are some of my pages
- [My Personal site](https://lukehagar.com/) - [My Personal site](https://lukehagar.com/)
- [LinkedIn](https://www.linkedin.com/in/lukehagar/) - [LinkedIn](https://www.linkedin.com/in/lukehagar/)
- [Dev](https://dev.to/lukehagar) - [Dev.to](https://dev.to/lukehagar)
- [Plex API Documentation](https://plexapi.dev)
- [My work GitHub Account](https://github.com/luke-hagar-sp)
#### 👷 Check out what I'm currently working on #### My Projects
{{range recentContributions 10}}
- [{{.Repo.Name}}]({{.Repo.URL}}) - {{.Repo.Description}}
{{- end}}
#### 🌱 My latest projects {{with repo "LukeHagar" "stats-action"}}
{{range recentRepos 10}} [{{.Name}}]({{.URL}})
- [{{.Name}}]({{.URL}}) - {{.Description}} {{.Description}}
{{- end}} {{.LastRelease.TagName}} - {{humanize .LastRelease.PublishedAt}}
{{end}}
#### 📜 My recent Dev posts - Plex
{{range rss "https://dev.to/feed/lukehagar" 5}} - [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}}) - [{{.Title}}]({{.URL}})
{{- end}} {{- end}}
#### Recent Stars #### 👷 Recent Contributions
{{range recentStars 10}} {{range recentContributions 20}}
- [{{.Repo.Name}}]({{.Repo.URL}}) - {{.Repo.Description}} - [{{.Repo.Name}}]({{.Repo.URL}}) - {{.Repo.Description}}
{{- end}} {{- end}}
#### 👯 Check out some of my recent followers #### Recent followers
{{range followers 5}} {{range followers 10}}
- [{{.Login}}]({{.URL}}) - {{.Name}} | {{.Login}}
{{- end}} {{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 --> <!-- comments will be preserved -->