{"id":16535447,"url":"https://github.com/hougesen/portfolio-razor","last_synced_at":"2026-05-14T05:39:27.961Z","repository":{"id":46550921,"uuid":"413984186","full_name":"hougesen/portfolio-razor","owner":"hougesen","description":"Basic replica of my portfolio (https://mhouge.dk) made using C# Razor. ","archived":false,"fork":false,"pushed_at":"2021-11-02T12:51:02.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-24T08:09:57.167Z","etag":null,"topics":["csharp","github","portfolio"],"latest_commit_sha":null,"homepage":"https://mhouge.dk","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hougesen.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}},"created_at":"2021-10-05T21:28:25.000Z","updated_at":"2022-07-11T11:15:42.000Z","dependencies_parsed_at":"2022-09-01T19:11:03.233Z","dependency_job_id":null,"html_url":"https://github.com/hougesen/portfolio-razor","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hougesen%2Fportfolio-razor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hougesen%2Fportfolio-razor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hougesen%2Fportfolio-razor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hougesen%2Fportfolio-razor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hougesen","download_url":"https://codeload.github.com/hougesen/portfolio-razor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241687035,"owners_count":20003158,"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":["csharp","github","portfolio"],"created_at":"2024-10-11T18:27:31.663Z","updated_at":"2026-05-14T05:39:22.938Z","avatar_url":"https://github.com/hougesen.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# portfolio-razor\n\nReplica of my [portfolio](https://github.com/hougesen/portfolio) made using C# Razor.\n\nThe website can be seen [here](https://hougesen-portfolio-sbr4o.ondigitalocean.app/). \n\nThis website automatically fetches data from my [Github](https://github.com/hougesen) using the Github GraphQL API.\n\nFeel free to use it as a template if you wish.\n\n## Fetching Github user information\n\nTo fetch Github user information you have to create a Github personal access token (only public permisssions needed). \n\n```js\nconst query = gql`\n    query GET_PROJECTS {\n        user(login: `${YOUR_GITHUB_HANDLE}`) {\n            name\n            login\n            bio\n            avatarUrl\n            company\n            location\n            twitterUsername\n            pinnedItems(first: 6) {\n                nodes {\n                    ... on Repository {\n                        name\n                        description\n                        homepageUrl\n                        url\n                        languages(first: 3, orderBy: {field: SIZE, direction: DESC}) {\n                            nodes {\n                                name\n                                color\n                            }\n                        }\n                    }\n                }\n            }\n        }\n    }\n`;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhougesen%2Fportfolio-razor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhougesen%2Fportfolio-razor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhougesen%2Fportfolio-razor/lists"}