{"id":45516314,"url":"https://github.com/devadathanmb/personal-blog","last_synced_at":"2026-02-22T20:19:58.160Z","repository":{"id":247485195,"uuid":"825726993","full_name":"devadathanmb/personal-blog","owner":"devadathanmb","description":"We do blogs here","archived":false,"fork":false,"pushed_at":"2026-02-20T18:40:51.000Z","size":117080,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-20T23:51:02.977Z","etag":null,"topics":["astro","blog"],"latest_commit_sha":null,"homepage":"https://devadathanmb.in","language":"Astro","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/devadathanmb.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,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2024-07-08T11:33:28.000Z","updated_at":"2026-02-20T18:39:28.000Z","dependencies_parsed_at":"2025-10-19T07:36:36.271Z","dependency_job_id":"d15d66ec-f015-45ef-8914-453cdc33a8d5","html_url":"https://github.com/devadathanmb/personal-blog","commit_stats":null,"previous_names":["devadathanmb/personal-blog"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devadathanmb/personal-blog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devadathanmb%2Fpersonal-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devadathanmb%2Fpersonal-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devadathanmb%2Fpersonal-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devadathanmb%2Fpersonal-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devadathanmb","download_url":"https://codeload.github.com/devadathanmb/personal-blog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devadathanmb%2Fpersonal-blog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29725574,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T20:09:16.275Z","status":"ssl_error","status_checked_at":"2026-02-22T20:09:13.750Z","response_time":110,"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":["astro","blog"],"created_at":"2026-02-22T20:19:56.059Z","updated_at":"2026-02-22T20:19:58.149Z","avatar_url":"https://github.com/devadathanmb.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Personal Blog\n\nA fast, minimal personal blog built with [Astro](https://astro.build/). Features markdown blog posts, project showcases, GitHub Discussions-powered comments, and automatic date management via git hooks.\n\nBased on [AstroPaper](https://github.com/satnaing/astro-paper) theme.\n\n## Screenshots\n\n\u003c!-- Dark Mode --\u003e\n\u003cimg width=\"5088\" height=\"3366\" alt=\"image\" src=\"https://github.com/user-attachments/assets/bec3425b-69fa-4b7b-8012-7010ef0b5e8a\" /\u003e\n\u003cimg width=\"5088\" height=\"3366\" alt=\"image\" src=\"https://github.com/user-attachments/assets/7cf74d65-812c-4b81-9e1c-68b7e27a965a\" /\u003e\n\n\u003c!-- Light Mode --\u003e\n\u003cimg width=\"5088\" height=\"3366\" alt=\"image\" src=\"https://github.com/user-attachments/assets/ba20fe50-de35-476f-afd4-e61be623bb68\" /\u003e\n\u003cimg width=\"5088\" height=\"3366\" alt=\"image\" src=\"https://github.com/user-attachments/assets/cd0aa7c2-6a50-4258-a840-b195b27cfd2d\" /\u003e\n\n## Features\n\n- Markdown-based blog posts and project pages\n- GitHub Discussions integration for comments (Giscus)\n- Automatic post date management with git hooks\n\n## Setup\n\n### Without Docker\n\n```bash\ngit clone https://github.com/devadathanmb/personal-blog.git\ncd personal-blog\npnpm install  # Automatically sets up git hooks via husky\npnpm run dev\n```\n\nVisit `http://localhost:4321`\n\n### With Docker\n\n```bash\ngit clone https://github.com/devadathanmb/personal-blog.git\ncd personal-blog\ndocker-compose up -d\n```\n\nVisit `http://localhost:4321`\n\n## Configuration\n\n### Git Hooks\n\nAutomatically manages blog post dates via [husky](https://typicode.github.io/husky/):\n\n- New posts: Adds `pubDatetime` on commit\n- Modified posts: Updates `modDatetime` (skips drafts)\n\n### Giscus Comments\n\nComments powered by GitHub Discussions via [Giscus](https://giscus.app/). Configure in `src/config.ts`.\n\nTo set up for your repository:\n\n1. Enable GitHub Discussions in repository settings\n2. Generate config at [giscus.app](https://giscus.app/)\n3. Update `data-repo-id` and `data-category-id` in `src/config.ts`\n\n## Project Structure\n\n```\nsrc/\n├── content/\n│   ├── blog/       # Blog posts\n│   └── projects/   # Project pages\n├── components/     # UI components\n├── layouts/        # Page layouts\n└── styles/         # Global styles\n```\n\n## Commands\n\n| Command            | Description              |\n| ------------------ | ------------------------ |\n| `pnpm run dev`     | Start development server |\n| `pnpm run build`   | Build for production     |\n| `pnpm run preview` | Preview production build |\n| `pnpm run lint`    | Lint code                |\n| `pnpm run format`  | Format code              |\n\n## License\n\nMIT\n\n## Credits\n\nBased on [AstroPaper](https://github.com/satnaing/astro-paper) by [Sat Naing](https://satnaing.dev)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevadathanmb%2Fpersonal-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevadathanmb%2Fpersonal-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevadathanmb%2Fpersonal-blog/lists"}