{"id":31879425,"url":"https://github.com/jaynightmare/nexusgit-information","last_synced_at":"2025-10-13T00:29:42.631Z","repository":{"id":311370905,"uuid":"1043508692","full_name":"JayNightmare/NexusGit-Information","owner":"JayNightmare","description":"Central hub for all NexusGit projects and resources","archived":false,"fork":false,"pushed_at":"2025-10-01T10:31:07.000Z","size":16750,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-04T04:48:01.079Z","etag":null,"topics":["js","projects","website"],"latest_commit_sha":null,"homepage":"http://nexusgit.info/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JayNightmare.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"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,"zenodo":null},"funding":{"github":"JayNightmare"}},"created_at":"2025-08-24T02:24:57.000Z","updated_at":"2025-09-20T22:59:35.000Z","dependencies_parsed_at":"2025-08-24T11:55:51.862Z","dependency_job_id":"01ea2622-e7ba-41ff-9a6c-5a2ba1d5933b","html_url":"https://github.com/JayNightmare/NexusGit-Information","commit_stats":null,"previous_names":["jaynightmare/nexusgit-information"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JayNightmare/NexusGit-Information","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayNightmare%2FNexusGit-Information","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayNightmare%2FNexusGit-Information/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayNightmare%2FNexusGit-Information/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayNightmare%2FNexusGit-Information/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JayNightmare","download_url":"https://codeload.github.com/JayNightmare/NexusGit-Information/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayNightmare%2FNexusGit-Information/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013645,"owners_count":26085298,"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-10-12T02:00:06.719Z","response_time":53,"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":["js","projects","website"],"created_at":"2025-10-13T00:29:38.522Z","updated_at":"2025-10-13T00:29:42.626Z","avatar_url":"https://github.com/JayNightmare.png","language":"JavaScript","funding_links":["https://github.com/sponsors/JayNightmare"],"categories":[],"sub_categories":[],"readme":"# NexusGit Linktree (React)\n\nDark-mode, mobile-friendly Linktree-style landing page listing NexusGit projects. All link data is loaded from a single JSON file for easy editing.\n\n## Editing Links\nUpdate `src/links.json` with real project data. Schema:\n\n```\n[\n  {\"Link\": \"https://url\", \"DisplayName\": \"Readable Name\", \"Info\": \"Short description\", \"Image\": \"https://image-or-icon.png\"}\n]\n```\n\nFields:\n- Link (string, required) – destination URL.\n- DisplayName (string, required) – shown as card title.\n- Info (string, optional) – supporting text.\n- Image (string, optional) – square image/logo. If missing, first letter of DisplayName is shown.\n\n## Local Development\n```\nnpm install\nnpm start\n```\nPage runs at http://localhost:3000\n\n## Build\n```\nnpm run build\n```\n\n## Deploy to GitHub Pages\n1. Ensure repository has GitHub Pages enabled (gh-pages branch) and custom domain set to `nexusgit.info` in repo settings (Pages -\u003e Custom domain). This will also create / update the DNS records required.\n2. Confirm the `public/CNAME` file contains the domain (already added).\n3. Deploy:\n```\nnpm run deploy\n```\nThis publishes the `build/` directory to the `gh-pages` branch via the `gh-pages` package.\n\nIf you rename the repository or use a different domain, adjust the `homepage` value in `package.json` accordingly (for a custom domain keep it as the full https:// URL of that domain).\n\n## Downloads Route (versioned executables)\nYou can host downloadable files directly from the site via a simple versioned path under the `public/` folder. Any files placed inside `public` are copied to the root of the deployed site.\n\n- Local path structure: `public/application/downloads/\u003cversion\u003e/application.exe`\n- Deployed URL structure: `https://nexusgit.info/application/downloads/\u003cversion\u003e/application.exe`\n\nExample: adding the file at `public/application/downloads/1.2.3/application.exe` will be available at:\n\n- `https://nexusgit.info/application/downloads/1.2.3/application.exe`\n\nNotes and recommendations:\n- File size limits: GitHub Pages is meant for static sites. While it can serve binaries, large files may be slow or hit limits. Prefer keeping binaries small. For larger installers, use GitHub Releases and link to them from this site.\n- MIME type: GitHub Pages (via GitHub’s CDN) will serve `.exe` with a generic/binary content-type; browsers will download rather than display. That’s fine for installers.\n- SEO/Indexing: version folders are static; update links or your UI to point to the latest version if desired.\n- Security: only commit files you intend to publish publicly. Avoid including secrets in the repo.\n\nTo publish a new version:\n1. Add the file at `public/application/downloads/\u003cnew-version\u003e/application.exe`.\n2. Commit and deploy with `npm run deploy`.\n3. Share the corresponding URL.\n\n## Accessibility / Best Practices\n- Semantic headings, focus outlines, color contrast tuned for dark background.\n- Reduced motion respected (`prefers-reduced-motion`).\n- External links open in new tab with `rel=\"noopener noreferrer\"`.\n\n## Custom Styling\nAdjust colors and spacing inside `src/styles.css`. Cards are pure CSS and minimal.\n\n## License\nAdd your chosen license file if needed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaynightmare%2Fnexusgit-information","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaynightmare%2Fnexusgit-information","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaynightmare%2Fnexusgit-information/lists"}