{"id":22383439,"url":"https://github.com/andrewm4894/blog","last_synced_at":"2026-02-05T07:01:47.365Z","repository":{"id":298098796,"uuid":"998824291","full_name":"andrewm4894/blog","owner":"andrewm4894","description":"Personal blog.","archived":false,"fork":false,"pushed_at":"2025-09-04T11:19:15.000Z","size":46162,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-16T05:29:07.224Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://andrewm4894.com/","language":"Python","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/andrewm4894.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-06-09T10:03:35.000Z","updated_at":"2025-09-04T11:18:56.000Z","dependencies_parsed_at":"2025-08-26T23:43:57.994Z","dependency_job_id":null,"html_url":"https://github.com/andrewm4894/blog","commit_stats":null,"previous_names":["andrewm4894/blog"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andrewm4894/blog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewm4894%2Fblog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewm4894%2Fblog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewm4894%2Fblog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewm4894%2Fblog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrewm4894","download_url":"https://codeload.github.com/andrewm4894/blog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewm4894%2Fblog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29114956,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T05:31:32.482Z","status":"ssl_error","status_checked_at":"2026-02-05T05:31:29.075Z","response_time":65,"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":["blog","monitoring","netdata"],"created_at":"2024-12-05T01:13:39.452Z","updated_at":"2026-02-05T07:01:47.352Z","avatar_url":"https://github.com/andrewm4894.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# andrewm4894 Blog\n\nA personal blog focused on Data Science and Machine Learning, built with Jekyll and hosted on GitHub Pages.\n\n## Overview\n\nThis blog was migrated from WordPress and is now powered by Jekyll, using the Minimal theme. It's hosted on GitHub Pages at [andrewm4894.com](https://andrewm4894.com).\n\n## Technical Stack\n\n- **Framework**: Jekyll\n- **Theme**: Minimal (pages-themes/minimal)\n- **Hosting**: GitHub Pages\n- **Plugins**:\n  - jekyll-feed\n  - jekyll-seo-tag\n  - jekyll-remote-theme\n\n## Branch Preview System 🚀\n\nThis blog includes an automated branch preview system that creates deployments for every branch and pull request.\n\n### How It Works\n\n1. **Branch Previews**: When you push to any branch (except `main`), a preview is automatically built and deployed to `https://andrewm4894.com/preview/{branch-name}/`\n\n2. **Pull Request Previews**: When you create a PR, a preview is deployed to `https://andrewm4894.com/preview/pr-{number}/` and a comment is added to the PR with the preview link\n\n3. **Preview Index**: All active previews are listed at `https://andrewm4894.com/preview/`\n\n4. **Automatic Cleanup**: Old previews are cleaned up weekly, removing previews for deleted branches and closed PRs\n\n### Workflows\n\n- **Branch Preview Deploy** (`.github/workflows/branch-preview.yml`): Builds previews for branches and PRs\n- **Deploy Main Site** (`.github/workflows/pages-preview.yml`): Deploys the main site while preserving previews\n- **Cleanup Old Previews** (`.github/workflows/cleanup-previews.yml`): Weekly cleanup of stale previews\n\n### Using Previews\n\n1. Create a new branch: `git checkout -b feature/my-new-post`\n2. Make your changes and push: `git push origin feature/my-new-post`\n3. Visit the Actions tab to see the deployment progress\n4. Once complete, visit `https://andrewm4894.com/preview/feature-my-new-post/`\n5. Create a PR to get an additional PR-specific preview\n\n### Local Preview Testing\n\nUse the included script to test your changes locally before pushing:\n\n```bash\n# Test how your branch will look as a preview\n./preview-local.sh feature-my-new-post\n\n# Or test the current branch\n./preview-local.sh\n```\n\n## Development\n\n### Prerequisites\n\n- Ruby\n- Bundler\n- Make (for using the Makefile)\n\n### Setup\n\n1. Install dependencies:\n   ```bash\n   bundle install\n   ```\n\n2. Run locally:\n   ```bash\n   make serve\n   ```\n\n### Project Structure\n\n- `_posts/`: Blog posts in Markdown format\n- `_layouts/`: Custom layout templates\n- `assets/`: Static assets (images, CSS, etc.)\n- `_config.yml`: Jekyll configuration\n- `fix_images.py` \u0026 `fix_posts.sh`: Migration utilities\n\n## License\n\nAll content is © andrewm4894. All rights reserved.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewm4894%2Fblog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewm4894%2Fblog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewm4894%2Fblog/lists"}