{"id":31827260,"url":"https://github.com/machinekoder/website","last_synced_at":"2026-02-18T00:04:25.111Z","repository":{"id":294257446,"uuid":"986388839","full_name":"machinekoder/website","owner":"machinekoder","description":"My personal website","archived":false,"fork":false,"pushed_at":"2025-05-20T14:52:37.000Z","size":27190,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-18T23:41:05.949Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":false,"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/machinekoder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2025-05-19T14:32:20.000Z","updated_at":"2025-05-20T14:52:40.000Z","dependencies_parsed_at":"2025-05-19T16:47:32.926Z","dependency_job_id":null,"html_url":"https://github.com/machinekoder/website","commit_stats":null,"previous_names":["machinekoder/website"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/machinekoder/website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machinekoder%2Fwebsite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machinekoder%2Fwebsite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machinekoder%2Fwebsite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machinekoder%2Fwebsite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/machinekoder","download_url":"https://codeload.github.com/machinekoder/website/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machinekoder%2Fwebsite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29563307,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T21:50:49.831Z","status":"ssl_error","status_checked_at":"2026-02-17T21:46:15.313Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2025-10-11T18:23:48.253Z","updated_at":"2026-02-18T00:04:25.105Z","avatar_url":"https://github.com/machinekoder.png","language":"HTML","readme":"# Personal Website Generator\n\nA high-performance static website generator for developers, featuring a futuristic design and WordPress blog post archiving capabilities.\n\n## Features\n\n- 🚀 Lightning-fast static site generation\n- 🎨 Modern, futuristic design with dark mode\n- 📝 WordPress blog post archiving\n- 🔄 Automatic deployment to GitHub Pages\n- 📱 Fully responsive design\n- 🎯 SEO-friendly\n- 🔒 No JavaScript required for content\n\n## Setup\n\n1. Clone this repository:\n```bash\ngit clone https://github.com/yourusername/your-repo-name.git\ncd your-repo-name\n```\n\n2. Install dependencies:\n```bash\npip install -r requirements.txt\n```\n\n3. Configure your site:\nEdit the configuration in `src/generator.py` with your personal information:\n```python\nconfig = {\n    'name': 'Your Name',\n    'title': 'Senior Developer',\n    'description': 'Your professional description',\n    'wordpress_url': 'https://your-wordpress-site.com',  # Optional\n    'social_links': {\n        'github': 'https://github.com/yourusername',\n        'linkedin': 'https://linkedin.com/in/yourusername',\n        'twitter': 'https://twitter.com/yourusername'\n    }\n}\n```\n\n4. Generate the site:\n```bash\npython src/generator.py\n```\n\n5. Preview locally:\nThe generated site will be in the `output` directory. You can serve it using any static file server.\n\n## Deployment\n\nThe site is automatically deployed to GitHub Pages when you push to the main branch. Make sure to:\n\n1. Enable GitHub Pages in your repository settings\n2. Select the `gh-pages` branch as the source\n3. Push your changes to the main branch\n\n## Customization\n\n- Templates are in the `templates` directory\n- Static assets (CSS, images) go in the `static` directory\n- Modify the styles in the template files to match your preferences\n\n## Performance Features\n\n- Zero JavaScript for content rendering\n- Inline critical CSS\n- Optimized asset loading\n- Responsive images\n- Semantic HTML structure\n- Fast initial page load\n\n## License\n\nMIT License - feel free to use this template for your personal website! ","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmachinekoder%2Fwebsite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmachinekoder%2Fwebsite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmachinekoder%2Fwebsite/lists"}