Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelcurrin/my-github-projects
Dev portfolio static site showing a user's Github repos grouped by topic
https://github.com/michaelcurrin/my-github-projects
github-api github-api-v4 github-graphql github-topics jekyll portfolio ruby static-site
Last synced: about 2 months ago
JSON representation
Dev portfolio static site showing a user's Github repos grouped by topic
- Host: GitHub
- URL: https://github.com/michaelcurrin/my-github-projects
- Owner: MichaelCurrin
- License: mit
- Created: 2020-01-26T09:26:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-26T09:27:44.000Z (3 months ago)
- Last Synced: 2024-10-12T19:36:38.448Z (2 months ago)
- Topics: github-api, github-api-v4, github-graphql, github-topics, jekyll, portfolio, ruby, static-site
- Language: Ruby
- Homepage: https://michael-currin.netlify.app
- Size: 779 KB
- Stars: 12
- Watchers: 3
- Forks: 9
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My GitHub Projects
> Dev portfolio static site showing a user's GitHub repos grouped by topic[![Netlify Status](https://api.netlify.com/api/v1/badges/43e6a441-a21b-4672-84be-e182a337e4cc/deploy-status)](https://app.netlify.com/sites/michael-currin/deploys)
[![Scheduled Netlify deploy](https://github.com/MichaelCurrin/my-github-projects/workflows/Scheduled%20Netlify%20deploy/badge.svg)](https://github.com/MichaelCurrin/my-github-projects/actions?query=workflow:"Scheduled+Netlify+deploy")
[![GitHub tag](https://img.shields.io/github/tag/MichaelCurrin/my-github-projects?include_prereleases&sort=semver)](https://github.com/MichaelCurrin/my-github-projects/releases/)
[![License](https://img.shields.io/badge/License-MIT-blue)](#license)[![Made with Ruby](https://img.shields.io/badge/Ruby->=2.7-blue?logo=ruby)](https://www.ruby-lang.org)
[![Made with Node.js](https://img.shields.io/badge/Node.js->=12-blue?logo=node.js&logoColor=white)](https://nodejs.org/)
[![Uses GitHub GraphQL API](https://img.shields.io/badge/Made_with-GitHub_GraphQL_API-blue?logo=graphql&logoColor=white)](https://developer.github.com/v4/)[![Made with Jekyll](https://img.shields.io/badge/jekyll-4.x-blue?logo=jekyll)](https://jekyllrb.com)
[![Theme Jekyll Bulma](https://img.shields.io/badge/Theme-jekyll--bulma-blue)](https://github.com/jekyll-octopod/jekyll-bulma)
[![Made with Bulma](https://img.shields.io/badge/Made_with-Bulma-blue?logo=bulma)](https://bulma.io/)
[![Package - list.js](https://img.shields.io/github/package-json/dependency-version/MichaelCurrin/my-github-projects/list.js)](https://www.npmjs.com/package/list.js)
[![Known Vulnerabilities gems](https://snyk.io/test/github/MichaelCurrin/my-github-projects/badge.svg?targetFile=Gemfile.lock)](https://snyk.io/test/github/MichaelCurrin/my-github-projects?targetFile=Gemfile.lock)Showcase your GitHub repos as a statically-rendered site. Built on Jekyll and GitHub GraphQL API.
The project is deployed and hosted on Netlify. GitHub Actions is used to trigger a build daily, to ensure the latest repo info is used.
## Website
[![view - Site](https://img.shields.io/badge/View_site-My_GitHub_Projects-2ea44f?style=for-the-badge&logo=netlify)](https://michael-currin.netlify.app)
## Preview
### Repos
This page shows a list of all of the user's repos. With optional filter on name.
[![Sample screenshot 1](/sample-1.png)](https://michael-currin.netlify.app/repos/)
### Topics
Show all repos grouped by topic (e.g. `#jekyll` or `#github-pages-site`).
[![Sample screenshot 2](/sample-2.png)](https://michael-currin.netlify.app/topics/)
## Setup your own portfolio
How to reuse this repo and to make portfolio site for yourself.
1. Fork this repo to your own GitHub account.
2. Follow instructions in the docs for local or remote setup.
3. Make any custom updates like config values and making the doc badges point to your repo.
4. Comply with [License](#license) section below.In the setup instructions, you'll generate a GitHub secret token for your account. The GitHub GraphQL query will then get data for you as the authenticating user. You do not have to set your own GitHub username anywhere.
## Documentation
[![view - Documentation](https://img.shields.io/badge/view-Documentation-blue?style=for-the-badge)](/docs/)
## License
Released under [MIT](/LICENSE) by [@MichaelCurrin](https://github.com/MichaelCurrin).
Feel free to use this project for your own portfolio - as a fork or a new project. Please add a link back to this repo.
If you use a significant portions of code for another project, you need to a copy of the original source in you repo.