{"id":49087519,"url":"https://github.com/antoncoding/blog","last_synced_at":"2026-04-20T16:36:08.526Z","repository":{"id":181362391,"uuid":"666359007","full_name":"antoncoding/blog","owner":"antoncoding","description":"A static personal blog using notion database","archived":false,"fork":false,"pushed_at":"2026-01-27T13:39:17.000Z","size":41623,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-27T18:34:33.276Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://antonttc.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"morethanmin/morethan-log","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/antoncoding.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"github":"morethanmin","custom":"https://toss.me/moremin"}},"created_at":"2023-07-14T10:12:37.000Z","updated_at":"2026-01-27T14:05:27.000Z","dependencies_parsed_at":"2023-07-15T06:39:27.751Z","dependency_job_id":null,"html_url":"https://github.com/antoncoding/blog","commit_stats":null,"previous_names":["antoncoding/personal"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/antoncoding/blog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoncoding%2Fblog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoncoding%2Fblog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoncoding%2Fblog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoncoding%2Fblog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antoncoding","download_url":"https://codeload.github.com/antoncoding/blog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoncoding%2Fblog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32055661,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"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":"2026-04-20T16:36:04.704Z","updated_at":"2026-04-20T16:36:08.520Z","avatar_url":"https://github.com/antoncoding.png","language":"TypeScript","readme":"# 安安冬冬 Blog\n\nA personal blog powered by **Obsidian** + **Next.js** + **Vercel**.\n\n## Features\n\n✨ **Pure Obsidian Workflow**\n- Write in Obsidian vault (`posts/` folder)\n- Auto-saves to GitHub\n- Deploy on push\n\n📝 **Markdown First**\n- Local markdown files in `posts/`\n- Images stored in `posts/attachments/`\n- Served dynamically via API\n\n🎨 **Beautiful Typography**\n- Inter font for clean readability\n- Light mode by default\n- Responsive design\n\n📷 **Image Support**\n- Auto-embed from `posts/attachments/`\n- API-based serving (`/api/image/[filename]`)\n- Responsive sizing\n\n🎬 **YouTube Embedding**\n- Bare YouTube URLs auto-convert to embedded iframes\n- Works with both `youtube.com/watch?v=` and `youtu.be/` formats\n\n## Getting Started\n\n### Setup\n\n```bash\n# Clone and install\ngit clone https://github.com/antoncoding/blog.git\ncd blog\nnpm install\n```\n\n### Writing Posts\n\n1. **Open Obsidian**\n   - Open `blog-repo/posts` as your vault\n\n2. **Create a Post**\n   ```markdown\n   ---\n   title: \"Your Title\"\n   date: 2026-01-27\n   tags: [\"tag1\", \"tag2\"]\n   status: \"Public\"\n   type: \"Post\"\n   ---\n\n   # Your Title\n\n   Content here...\n   ```\n\n3. **Add Images**\n   - Drag images into Obsidian\n   - They auto-save to `posts/attachments/`\n   - Markdown auto-converts: `![](image.webp)` → `/api/image/image.webp`\n\n4. **Publish**\n   ```bash\n   git add .\n   git commit -m \"new post: your title\"\n   git push\n   ```\n   Auto-deploys to Vercel!\n\n### Development\n\n```bash\nnpm run dev\n# Visit http://localhost:3001\n```\n\n## Project Structure\n\n```\nblog-repo/\n├── posts/               # Your Obsidian vault\n│   └── attachments/     # Images\n├── src/\n│   ├── components/      # React components\n│   ├── pages/          # Next.js pages\n│   └── routes/         # Page layouts\n├── public/             # Static assets (favicon, etc.)\n└── site.config.js      # Blog configuration\n```\n\n## Configuration\n\nEdit `site.config.js` to customize:\n- Site title and description\n- Profile info\n- Links and social media\n\n## Deployment\n\nDeployed on **Vercel** with automatic builds on every push to `main`.\n\n---\n\nBuilt with 💙 by Anton | [GitHub](https://github.com/antoncoding/blog) | [Website](https://antonttc.com)","funding_links":["https://github.com/sponsors/morethanmin","https://toss.me/moremin"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantoncoding%2Fblog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantoncoding%2Fblog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantoncoding%2Fblog/lists"}