{"id":16462208,"url":"https://github.com/wangningkai/gitfolio-online","last_synced_at":"2025-03-21T06:31:43.378Z","repository":{"id":103100742,"uuid":"282145837","full_name":"WangNingkai/gitfolio-online","owner":"WangNingkai","description":":octocat: An online personal website for every Github user.","archived":false,"fork":false,"pushed_at":"2021-01-21T03:20:49.000Z","size":333,"stargazers_count":53,"open_issues_count":0,"forks_count":12,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-01T03:41:25.542Z","etag":null,"topics":["gitfilio","github","github-profile","github-profile-info"],"latest_commit_sha":null,"homepage":"https://gitfolio-online.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WangNingkai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-24T06:53:36.000Z","updated_at":"2024-03-24T13:10:14.000Z","dependencies_parsed_at":"2023-07-25T14:45:44.398Z","dependency_job_id":null,"html_url":"https://github.com/WangNingkai/gitfolio-online","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WangNingkai%2Fgitfolio-online","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WangNingkai%2Fgitfolio-online/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WangNingkai%2Fgitfolio-online/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WangNingkai%2Fgitfolio-online/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WangNingkai","download_url":"https://codeload.github.com/WangNingkai/gitfolio-online/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244117611,"owners_count":20400742,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gitfilio","github","github-profile","github-profile-info"],"created_at":"2024-10-11T11:10:41.840Z","updated_at":"2025-03-21T06:31:43.125Z","avatar_url":"https://github.com/WangNingkai.png","language":"JavaScript","readme":"![](https://cdn.jsdelivr.net/gh/wangningkai/wangningkai/assets/20200726173312.png)\n\n# Gitfolio-online\n\n![GitHub top language](https://img.shields.io/github/languages/top/wangningkai/gitfolio-online.svg?style=popout-square)\n![GitHub last commit](https://img.shields.io/github/last-commit/wangningkai/gitfolio-online.svg?style=popout-square)\n![GitHub](https://img.shields.io/github/license/wangningkai/gitfolio-online.svg?style=popout-square)\n[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)\n![visitors](https://visitor-badge.laobi.icu/badge?page_id=WangNingkai.gitfolio-online)\n\n\u003e **[中文 README](./README_CN.md)**\n\n## Introduction\n\n\u003e Personal Website For Every Github User\n\nGitfolio will help you get started with a portfolio website where you could showcase your work.\n\nCheck out this [live demo](https://gitfolio-online.vercel.app/user/wangningkai) to see gitfolio in action.\n\n## Features\n\n- Easy display your github info\n- support multiple themes\n- Customizable\n\n## Getting Started\n\nCopy paste this , and that's it. Simple!\n\nChange the `username` to your GitHub's username.\n\n```\nhttps://gitfolio-online.vercel.app/user/{username}?theme={theme}\u0026includeFork={includeFork}\u0026cache_seconds={cache_seconds}\nhttps://gitfolio-online.vercel.app/u/{username}?theme={theme}\u0026includeFork={includeFork}\u0026cache_seconds={cache_seconds}\n```\n\n#### Themes\n\nUse `?theme=THEME_NAME` parameter like so :-\n\n```\nhttps://gitfolio-online.vercel.app/u/{username}?theme=dark/light\n```\n\n#### Include Forks\n\nUse `?includeFork=true/false` parameter you can select whether to display fork repos\n\n```\nhttps://gitfolio-online.vercel.app/u/{username}?includeFork=true/false\n```\n\n#### Params\n\nYou can customize the appearance of your page however you want with URL params.\n\n| Option        | type   | description                          | default       |\n| ------------- | ------ | ------------------------------------ | ------------- |\n| username      | string | set username                         | 'wangningkai' |\n| theme         | string | sets inbuilt theme                   | 'dark'        |\n| cache_seconds | number | manually set custom cache control    | 1800          |\n| includeFork   | bool   | select whether to display fork repos | false         |\n| repoNum       | number | display repos number                 | 30            |\n\n## Deploy on your own Vercel instance\n\nSince the GitHub API only allows 5k requests per hour, it is possible that my `https://gitfolio-online.vercel.app/u/wangningkai` could hit the rate limiter. If you host it on your own Vercel server, then you don't have to worry about anything. Click on the deploy button to get started!\n\n[![Deploy to Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/wangningkai/gitfolio-online)\n\n## Bug report\n\n\u003e Please read before bug report[《How To Ask Questions The Smart Way》](http://www.catb.org/~esr/faqs/smart-questions.html)\n\n3 way to bug report：\n\n1. [GitHub issue](https://github.com/WangNingkai/gitfolio-online/issues)\n2. [Blog](https://imwnk.cn)\n3. [i@ningkai.wang](mailto:i@ningkai.wang)\n\n### :sparkling_heart: Support the project\n\nI open-source almost everything I can, and I try to reply to everyone needing help using these projects. Obviously,\nthis takes time. You can use this service for free.\n\nHowever, if you are using this project and happy with it or just want to encourage me to continue creating stuff, there are few ways you can do it :-\n\n- Starring and sharing the project :rocket:\n- [![paypal.me/wangningkai](https://ionicabizau.github.io/badges/paypal.svg)](https://www.paypal.me/wangningkai) - You can make one-time donations via PayPal. I'll probably buy a ~~coffee~~ tea. :tea:\n- [Wechat \u0026 AliPay](https://pay.ningkai.wang)\n\nThanks! :heart:\n\n## License\n\n![GitHub](https://img.shields.io/github/license/imfunniee/gitfolio.svg?style=popout-square)\n\n---\n\nContributions are welcomed! \u003c3\n\nMade with ❤️ and JavaScript.\n","funding_links":["https://www.paypal.me/wangningkai"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwangningkai%2Fgitfolio-online","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwangningkai%2Fgitfolio-online","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwangningkai%2Fgitfolio-online/lists"}