{"id":30718258,"url":"https://github.com/cod-e-codes/lilweb-template","last_synced_at":"2025-09-03T09:48:34.535Z","repository":{"id":308455425,"uuid":"1032876763","full_name":"Cod-e-Codes/lilweb-template","owner":"Cod-e-Codes","description":"Minimal terminal-inspired personal website template showcasing dynamic GitHub repo data with vanilla HTML, CSS, and JavaScript. Lightweight (~13KB), responsive, and accessible.","archived":false,"fork":false,"pushed_at":"2025-08-06T01:43:19.000Z","size":28,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-06T03:18:41.801Z","etag":null,"topics":["css","html","lightweight","minimalist","personal-site","portfolio","static-site","template","terminal-ui"],"latest_commit_sha":null,"homepage":"https://www.cod-e-codes.com","language":"HTML","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/Cod-e-Codes.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,"zenodo":null}},"created_at":"2025-08-06T01:11:20.000Z","updated_at":"2025-08-06T01:50:13.000Z","dependencies_parsed_at":"2025-08-06T03:18:49.366Z","dependency_job_id":"02dfaad2-75f5-49be-ad75-91fa5a8087f4","html_url":"https://github.com/Cod-e-Codes/lilweb-template","commit_stats":null,"previous_names":["cod-e-codes/lilweb-template"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Cod-e-Codes/lilweb-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cod-e-Codes%2Flilweb-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cod-e-Codes%2Flilweb-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cod-e-Codes%2Flilweb-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cod-e-Codes%2Flilweb-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cod-e-Codes","download_url":"https://codeload.github.com/Cod-e-Codes/lilweb-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cod-e-Codes%2Flilweb-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273423956,"owners_count":25103146,"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-03T02:00:09.631Z","response_time":76,"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":["css","html","lightweight","minimalist","personal-site","portfolio","static-site","template","terminal-ui"],"created_at":"2025-09-03T09:48:31.929Z","updated_at":"2025-09-03T09:48:34.517Z","avatar_url":"https://github.com/Cod-e-Codes.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terminal Portfolio Template\n\n[![Vanilla HTML | 13KB | 100/100](https://img.shields.io/badge/vanilla-13KB-green?style=flat-square\u0026logo=html5)](https://cod-e-codes.github.io/lilweb-template/)\n[![Lighthouse](https://img.shields.io/badge/lighthouse-100%2F100-brightgreen?style=flat-square\u0026logo=googlechrome)](https://cod-e-codes.github.io/lilweb-template/)\n\nA minimal terminal-inspired personal site template showcasing open-source projects and professional background.\n\n**Live Demo:** [https://cod-e-codes.github.io/lilweb-template/](https://cod-e-codes.github.io/lilweb-template/)\n\n![Terminal Portfolio Screenshot](screenshot.png)\n\n## Features\n\n- Terminal-style UI with monospaced font and green-on-black theme  \n- Dynamic GitHub repo data fetched with caching and fallback  \n- Single standalone HTML file (~13 KB), GitHub API is the only external request  \n- Responsive design for desktop and mobile  \n- Semantic HTML5 structure for accessibility and SEO  \n- Graceful degradation if API calls or scripts fail  \n- DNS prefetch and preconnect optimizations  \n- Automated HTML linting via GitHub Actions  \n\n## Quick Start\n\n1. **Fork this repository** or use it as a template\n2. **Customize the content** in `index.html`:\n   - Replace \"Your Name Here\" with your actual name\n   - Update \"Your GitHub Username\" with your GitHub username\n   - Replace \"Your LinkedIn Username\" with your LinkedIn username\n   - Update \"Your Website URL\" with your website URL\n   - Modify the PROJECTS array with your own repositories\n3. **Deploy** by uploading `index.html` to any static host\n\n## Customization\n\n### Personal Information\n- Update the meta description and title\n- Modify the JSON-LD structured data\n- Change the \"whoami\" output section\n- Update contact links\n\n### Projects\nEdit the `PROJECTS` array in the JavaScript section to include your own repositories:\n\n```javascript\nconst PROJECTS = [\n    {\n        name: 'your-project-name',\n        owner: 'Your GitHub Username',\n        fallbackDesc: 'Description of your project'\n    },\n    // Add more projects...\n];\n```\n\n### Styling\nThe CSS is contained within the HTML file and can be customized to match your preferences.\n\n## Deployment\n\nUpload `index.html` to any static host like:\n- GitHub Pages\n- Netlify\n- Vercel\n- Any web server\n\n## License\n\nMIT License — see [LICENSE](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcod-e-codes%2Flilweb-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcod-e-codes%2Flilweb-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcod-e-codes%2Flilweb-template/lists"}