{"id":29899232,"url":"https://github.com/sofidevo/astro-blog-starter","last_synced_at":"2026-02-26T15:39:40.016Z","repository":{"id":285160875,"uuid":"919153203","full_name":"SofiDevO/astro-blog-starter","owner":"SofiDevO","description":"Template to start simple astro project with clean design and utitlities","archived":false,"fork":false,"pushed_at":"2025-04-04T04:56:27.000Z","size":2686,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-01T12:49:20.756Z","etag":null,"topics":["astro","astrotheme","javascript","template"],"latest_commit_sha":null,"homepage":"https://astro-blog-starter-beryl.vercel.app","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/SofiDevO.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}},"created_at":"2025-01-19T20:41:56.000Z","updated_at":"2025-04-23T02:19:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"3f63f366-dbed-47b6-bdc7-ecf607bd6f3d","html_url":"https://github.com/SofiDevO/astro-blog-starter","commit_stats":null,"previous_names":["sofidevo/astro-blog-starter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SofiDevO/astro-blog-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SofiDevO%2Fastro-blog-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SofiDevO%2Fastro-blog-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SofiDevO%2Fastro-blog-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SofiDevO%2Fastro-blog-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SofiDevO","download_url":"https://codeload.github.com/SofiDevO/astro-blog-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SofiDevO%2Fastro-blog-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29863621,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T08:51:08.701Z","status":"ssl_error","status_checked_at":"2026-02-26T08:50:19.607Z","response_time":89,"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","astrotheme","javascript","template"],"created_at":"2025-08-01T12:19:09.513Z","updated_at":"2026-02-26T15:39:40.009Z","avatar_url":"https://github.com/SofiDevO.png","language":"Astro","funding_links":["https://github.com/sponsors/SofiDevO?o=esb","https://ko-fi.com/sofidev"],"categories":[],"sub_categories":[],"readme":"\n# Astro Blog Starter 🌟\n\nA lightweight starter template with atomic design structure, SEO optimization, and modern features. Perfect for fast-paced development!\n\n## Features ✨\n\n- ⚡ SEO Pre-configured (OpenGraph, Meta Tags)\n- 🌓 Light/Dark theme toggle\n- 🧩 Atomic Design structure\n- 🪝 Dynamic dropdown menu\n- 🎨 Vanilla CSS (no frameworks)\n- 📦 Iconify integration\n- 🚀 Production-ready configuration\n\n## Installation ⚙️\n\n```bash\n# Clone template\nnpm create astro@latest -- --template SofiDevO/astro-blog-starter\n\n# Install dependencies\nnpm install\n\n# Start dev server (port 4321)\nnpm run dev\n\n# Build for production\nnpm run build\n````\n\n\n[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)\n[![Astro](https://img.shields.io/badge/Astro-5.5.5-FF5D01.svg?logo=astro)](https://astro.build)\n\n![Portada](./public/img/portada.png)\n\n## Key Components 🔑\n\n### Atomic Design Implementation\n- **Atoms**:\n  `ToggleTheme.astro` (+ CSS) | `HamburgerButton.astro` | `FormattedDate.astro`\n- **Molecules**:\n  `Blogcards.astro` (Post grids)\n- **Organisms**:\n  `Header.astro` (Responsive nav with dropdowns)\n\n### Content Management\n```astro\n// Example blog post (content/blog/post.md)\n---\ntitle: \"My First Post\"\ndate: 2024-01-01\n---\n\nArticle content...\n```\n\n\n\n\n\n\n\n## Core Structure 🌐\n\n```\nsrc/\n├── components/\n│   ├── atoms/\n│   │   ├── CardBlog/           # Blog post cards\n│   │   ├── HamburgerButton/    # Mobile menu toggle\n│   │   ├── Icons/              # Iconify wrapper\n│   │   ├── ToggleTheme/        # Dark/light switcher (+ CSS)\n│   │   └── utilsComponents/    # Date formatter\n│   ├── molecules/\n│   │   └── Blogcards/          # Blog post grid system\n│   └── organisms/\n│       ┗── Header/             # Navigation with dropdowns\n├── content/\n│   ├── blog/                   # Markdown posts\n│   └── config.ts               # Content collection config\n├── data/\n│   └── menuElements.js         # Navigation items\n├── layouts/\n│   ├── Layout.astro            # Default layout\n│   └── LayoutBlogPost.astro    # Article template\n├── pages/\n│   ├── blog/\n│   │   ├── [...slug].astro     # Dynamic blog routes\n│   │   └── index.astro         # Blog archive\n│   └── index.astro             # Homepage\n└── styles/\n    └── global.css              # Base styles\n```\n\n\n## Support Development ☕\n[![GitHub Sponsors](https://img.shields.io/badge/Sponsor-%E2%9D%A4%EF%B8%8F-ea4aaa?logo=githubsponsors)](https://github.com/sponsors/SofiDevO?o=esb)\n[![Ko-fi](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-ff5e5b?logo=kofi)](https://ko-fi.com/sofidev)\n\n---\n\n**MIT Licensed** | Optimized for Astro v5+ | [Full Documentation](https://github.com/SofiDevO/astro-blog-starter)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsofidevo%2Fastro-blog-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsofidevo%2Fastro-blog-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsofidevo%2Fastro-blog-starter/lists"}