{"id":32569257,"url":"https://github.com/lonnygomes/github-to-html","last_synced_at":"2026-05-18T05:46:42.609Z","repository":{"id":42291297,"uuid":"244005695","full_name":"LonnyGomes/github-to-html","owner":"LonnyGomes","description":"A proof of concept that pulls GitHub repo info and generates a static site using eleventy","archived":false,"fork":false,"pushed_at":"2023-01-09T22:42:55.000Z","size":227,"stargazers_count":0,"open_issues_count":24,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-29T07:39:30.488Z","etag":null,"topics":["eleventy","github-api","ssg","static-site-generation","static-site-generator"],"latest_commit_sha":null,"homepage":"https://github-to-html.netlify.com","language":"JavaScript","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/LonnyGomes.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":"2020-02-29T16:51:15.000Z","updated_at":"2020-03-07T15:20:07.000Z","dependencies_parsed_at":"2023-02-08T15:15:35.766Z","dependency_job_id":null,"html_url":"https://github.com/LonnyGomes/github-to-html","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LonnyGomes/github-to-html","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LonnyGomes%2Fgithub-to-html","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LonnyGomes%2Fgithub-to-html/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LonnyGomes%2Fgithub-to-html/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LonnyGomes%2Fgithub-to-html/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LonnyGomes","download_url":"https://codeload.github.com/LonnyGomes/github-to-html/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LonnyGomes%2Fgithub-to-html/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33166885,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T05:43:36.989Z","status":"ssl_error","status_checked_at":"2026-05-18T05:43:19.133Z","response_time":71,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["eleventy","github-api","ssg","static-site-generation","static-site-generator"],"created_at":"2025-10-29T07:30:51.093Z","updated_at":"2026-05-18T05:46:42.604Z","avatar_url":"https://github.com/LonnyGomes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# github-to-html\n\n[![Netlify Status](https://api.netlify.com/api/v1/badges/d37a9e54-24e9-48d8-89b8-792bca949db1/deploy-status)](https://app.netlify.com/sites/github-to-html/deploys)\n\nA proof of concept that pulls GitHub repo info and generates a static site using eleventy\n\n## Configuration\n\nThe core functionality of the site is managed by defining options in a `config.json` file placed at the root of your repository instance. You can define the following configuration parameters:\n\n| Parameter      | Description                                      | Default           |\n| -------------- | ------------------------------------------------ | ----------------- |\n| homepageTitle  | name of the site that will appear in the nav bar | GitHub Issues     |\n| githubUser     | name of GitHub user or organization              | lonnygomes        |\n| githubRepo     | name of repository                               | vjs-video         |\n| pathPrefix     | base path where site should live                 | '/github-to-html' |\n| octokitOptions | options to configure the @octokit/rest instance  | {}                |\n\n### Sample config.json\n\n```json\n{\n    \"homepageTitle\": \"My Site\",\n    \"githubUser\": \"myorg\",\n    \"githubRepo\": \"myrepo\",\n    \"pathPrefix\": \"/github-to-html\",\n    \"octokitOptions\": {\n        \"auth\": \"ABCTOKEN123\"\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flonnygomes%2Fgithub-to-html","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flonnygomes%2Fgithub-to-html","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flonnygomes%2Fgithub-to-html/lists"}