https://github.com/thiagodnf/my-githubio
List all your projects on your github.io
https://github.com/thiagodnf/my-githubio
github githubio nextjs
Last synced: 10 months ago
JSON representation
List all your projects on your github.io
- Host: GitHub
- URL: https://github.com/thiagodnf/my-githubio
- Owner: thiagodnf
- License: mit
- Created: 2022-12-11T14:57:21.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-15T17:01:56.000Z (about 3 years ago)
- Last Synced: 2025-01-23T15:36:10.142Z (about 1 year ago)
- Topics: github, githubio, nextjs
- Language: JavaScript
- Homepage:
- Size: 83 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# my-githubio
List all your projects on your github.io
## Environment Variables
Before running this app, you need to be careful about the following environment variables:
| Name | Type | Default Value | Required |
|------------------|:-------:|---------------|:--------:|
| GITHUB_TOKEN | string | | * |
| GITHUB_USER | string | `thiagodnf` | |
| GITHUB_SORT_KEY | string | `pushed_at` | |
| GITHUB_SORT_DIR | integer | `1` | |
These are the possible values for some variables:
- GITHUB_SORT_DIR
- `-1` : Ascending Order
- `1` : Descending Order
- GITHUB_SORT_KEY:
- `forks_count`, `open_issues`, `stargazers_count`, `size`, `created_at`, `updated_at`, `pushed_at`