{"id":33380308,"url":"https://github.com/szymdzum/kumak-dev","last_synced_at":"2026-04-10T01:53:25.285Z","repository":{"id":324549553,"uuid":"1055339190","full_name":"szymdzum/kumak-dev","owner":"szymdzum","description":"Personal blog built with Astro and Deno, featuring markdown content and modern web technologies","archived":false,"fork":false,"pushed_at":"2025-11-16T19:38:05.000Z","size":828,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-16T20:16:15.269Z","etag":null,"topics":["astro","blog","deno","markdown","typescript"],"latest_commit_sha":null,"homepage":null,"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/szymdzum.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":null,"dco":null,"cla":null}},"created_at":"2025-09-12T06:02:32.000Z","updated_at":"2025-11-16T18:22:20.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/szymdzum/kumak-dev","commit_stats":null,"previous_names":["szymdzum/blog","szymdzum/kumak-dev"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/szymdzum/kumak-dev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szymdzum%2Fkumak-dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szymdzum%2Fkumak-dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szymdzum%2Fkumak-dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szymdzum%2Fkumak-dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/szymdzum","download_url":"https://codeload.github.com/szymdzum/kumak-dev/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szymdzum%2Fkumak-dev/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285889732,"owners_count":27248885,"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-11-23T02:00:06.149Z","response_time":135,"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":["astro","blog","deno","markdown","typescript"],"created_at":"2025-11-23T02:03:11.993Z","updated_at":"2025-11-23T02:03:16.029Z","avatar_url":"https://github.com/szymdzum.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kumak's Blog\n\n\u003e Personal blog built with Astro, powered by Deno, and deployed to Deno Deploy.\n\n[![Deploy Status](https://github.com/szymdzum/kumak-dev/workflows/CI/CD/badge.svg)](https://github.com/szymdzum/kumak-dev/actions)\n\nFeatures:\n\n- ✅ Minimal styling (make it your own!)\n- ✅ 100/100 Lighthouse performance\n- ✅ SEO-friendly with canonical URLs and OpenGraph data\n- ✅ Sitemap support\n- ✅ RSS Feed support\n- ✅ Markdown \u0026 MDX support\n\n## 🚀 Tech Stack\n\n- **Framework**: [Astro](https://astro.build) - Fast, content-focused web framework\n- **Runtime**: [Deno](https://deno.com) - Secure JavaScript/TypeScript runtime\n- **Hosting**: [Deno Deploy](https://deno.com/deploy) - Global edge deployment\n- **Styling**: CSS with modern features and design tokens\n- **Content**: Markdown with frontmatter and content collections\n\n## 📁 Project Structure\n\n```text\n├── .github/           # GitHub workflows and templates\n├── public/            # Static assets\n├── src/\n│   ├── components/    # Reusable UI components (.astro)\n│   ├── content/       # Content collections \u0026 schemas\n│   ├── layouts/       # Page templates\n│   ├── pages/         # File-based routes\n│   ├── styles/        # Global CSS\n│   └── utils/         # TypeScript utilities\n├── tests/             # Test files\n├── astro.config.mjs   # Astro configuration\n├── deno.json          # Deno configuration \u0026 tasks\n└── site-config.ts     # Site metadata\n```\n\n## 🧞 Development Commands\n\nAll commands use Deno tasks defined in `deno.json`:\n\n| Command              | Action                                    |\n| :------------------- | :---------------------------------------- |\n| `deno task dev`      | Start development server                 |\n| `deno task build`    | Build production site                    |\n| `deno task preview`  | Preview production build locally         |\n| `deno task deploy`   | Deploy to Deno Deploy                    |\n| `deno task test`     | Run all tests                            |\n| `deno task lint`     | Lint code with Deno                      |\n| `deno task format`   | Format code with Deno                    |\n| `deno task check-all`| Run all checks (lint + format + astro)   |\n\n## 🚀 Quick Start\n\n```bash\n# Clone the repository\ngit clone https://github.com/szymdzum/kumak-dev.git\ncd kumak-dev\n\n# Start development server\ndeno task dev\n\n# Build for production\ndeno task build\n\n# Deploy to production\ndeno task deploy\n```\n\n## 📜 Contributing\n\nSee [CONTRIBUTING.md](./CONTRIBUTING.md) for development workflow and guidelines.\n\n## 🚀 Deployment\n\nThe site is automatically deployed to [Deno Deploy](https://deno.com/deploy) on every push to `main`. The deployment is handled by GitHub Actions.\n\n**Live Site**: [kumak.dev](https://kumak.dev) (coming soon)\n\n## 📝 License\n\nMIT License - see [LICENSE](./LICENSE) for details.\n\n---\n\n**Credits**: This blog is built on the excellent [Astro Blog Template](https://github.com/withastro/astro/tree/main/examples/blog) and inspired by [Bear Blog](https://github.com/HermanMartinus/bearblog/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fszymdzum%2Fkumak-dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fszymdzum%2Fkumak-dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fszymdzum%2Fkumak-dev/lists"}