{"id":20942610,"url":"https://github.com/the-programmers-hangout/website","last_synced_at":"2025-10-13T00:47:13.898Z","repository":{"id":35896278,"uuid":"198941388","full_name":"the-programmers-hangout/website","owner":"the-programmers-hangout","description":"🌳 TPH website","archived":false,"fork":false,"pushed_at":"2024-03-07T21:01:27.000Z","size":6160,"stargazers_count":106,"open_issues_count":23,"forks_count":66,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-05-14T00:10:53.186Z","etag":null,"topics":["gatsby","react","typescript"],"latest_commit_sha":null,"homepage":"https://theprogrammershangout.com","language":"TypeScript","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/the-programmers-hangout.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":"2019-07-26T03:40:37.000Z","updated_at":"2025-04-18T17:11:37.000Z","dependencies_parsed_at":"2024-03-07T21:49:19.779Z","dependency_job_id":null,"html_url":"https://github.com/the-programmers-hangout/website","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/the-programmers-hangout/website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-programmers-hangout%2Fwebsite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-programmers-hangout%2Fwebsite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-programmers-hangout%2Fwebsite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-programmers-hangout%2Fwebsite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/the-programmers-hangout","download_url":"https://codeload.github.com/the-programmers-hangout/website/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-programmers-hangout%2Fwebsite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274417432,"owners_count":25281108,"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","status":"online","status_checked_at":"2025-09-10T02:00:12.551Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["gatsby","react","typescript"],"created_at":"2024-11-18T23:28:29.433Z","updated_at":"2025-10-13T00:47:08.845Z","avatar_url":"https://github.com/the-programmers-hangout.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![](https://cdn.discordapp.com/banners/244230771232079873/776f2cfdddf58762e8c45382b02cf969.jpg?size=1024)](https://discord.gg/programming)\n\n# TPH Website\n[![](https://img.shields.io/discord/244230771232079873?color=%23dc1529\u0026label=The%20Programmers%20Hangout)](https://discord.gg/programming)\n\nThe official website for The Programmer's Hangout ([join us!](https://discord.gg/programming)), a programming community on Discord. See the website here: https://theprogrammershangout.com.\n\n## Contributing\n\nThe site is built with [Gatsby](https://github.com/gatsbyjs/gatsby) which is used to leverage the power of React while\nallowing for static asset generation along with improved SEO.\n\n**This site and resources is still a work-in-progress and subject to change**\n\n### Setup\n\n1. Clone the repo\n2. `yarn install`\n3. `yarn run develop`\n4. Navigate to http://localhost:8000\n5. :tada:\n\n### Resources\n\nIf you're not familiar with Gatsby or React, you can still contribute by adding resources for languages you _are_ familiar with.\n\nThe list of resources can be found [here](/src/content/resources)\n\n#### Adding a new resource\n\nGatsby will take care of most of this process by creating a new page and positioning it in the sidebar automatically once you write up a new resource. All you have to do is follow these steps:\n\n1. Create a markdown page in the appropriate location. For example `/src/content/docs/haskell/monads.md`\n2. Add the required frontmatter for the post. [More info here](#frontmatter)\n3. Write your main content.\n4. Add `external_resources` about the subject if possible.\n5. Run through the [setup steps](#setup) if possible to make sure your changes look ok.\n6. Create a pull request.\n\n#### Frontmatter\n\nFrontmatter is the optional metadata attached to every markdown file, like the list of authors or the creation date of the file. It is essentially just yaml syntax inside `---` delimiters within a markdown file. If you're not familiar with yaml you can find some refreshers [here](https://learnxinyminutes.com/docs/yaml/)\n\nAn example frontmatter might look like this\n\n```markdown\n---\nauthors:\n  - \"Xetera#0001\"\ntitle: \"Working with Lists in Elixir\"\ncreated_at: 2020/01/30\nexternal_resources:\n  - text: Elixir docs: List\n    href: \"https://hexdocs.pm/elixir/List.html\"\n---\n\n# Title\n\nsome content here\n```\n\nYou can look at other resources like [this one](/src/content/resources/language/javascript/promises/intro.md) for reference when creating your own. We use [ISO8601](https://en.wikipedia.org/wiki/ISO_8601) as the date format to confuse both Americans and Europeans an equal amount.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-programmers-hangout%2Fwebsite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthe-programmers-hangout%2Fwebsite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-programmers-hangout%2Fwebsite/lists"}