{"id":21726474,"url":"https://github.com/notharshhaa/prodevopguy-web-blog","last_synced_at":"2025-07-18T19:31:41.510Z","repository":{"id":230891991,"uuid":"780386380","full_name":"NotHarshhaa/ProDevOpGuy-Web-Blog","owner":"NotHarshhaa","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-01T12:03:12.000Z","size":25926,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"blog-master","last_synced_at":"2024-04-02T13:07:39.903Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://prodevopsguy.xyz","language":"Astro","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NotHarshhaa.png","metadata":{"files":{"readme":"README.es.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"custom":"https://www.paypal.me/danielcgilibert"}},"created_at":"2024-04-01T11:19:25.000Z","updated_at":"2024-04-01T11:36:45.000Z","dependencies_parsed_at":"2024-04-01T12:51:27.307Z","dependency_job_id":null,"html_url":"https://github.com/NotHarshhaa/ProDevOpGuy-Web-Blog","commit_stats":null,"previous_names":["notharshhaa/prodevopguy-web-blog"],"tags_count":0,"template":false,"template_full_name":"danielcgilibert/blog-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotHarshhaa%2FProDevOpGuy-Web-Blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotHarshhaa%2FProDevOpGuy-Web-Blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotHarshhaa%2FProDevOpGuy-Web-Blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotHarshhaa%2FProDevOpGuy-Web-Blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NotHarshhaa","download_url":"https://codeload.github.com/NotHarshhaa/ProDevOpGuy-Web-Blog/tar.gz/refs/heads/blog-master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226438886,"owners_count":17625107,"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","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":"2024-11-26T03:36:07.945Z","updated_at":"2024-11-26T03:36:08.619Z","avatar_url":"https://github.com/NotHarshhaa.png","language":"Astro","funding_links":["https://www.paypal.me/danielcgilibert"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n Astro Theme OpenBLOG\n\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n\u003cimg src=\"public/project.jpg\" alt=\"Screenshot\" /\u003e\n\n\u003chr/\u003e\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fdanielcgilibert%2Fblog-template)\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/danielcgilibert/blog-template)\n\n\u003c/div\u003e\n\n## 💻 Demo\n\nÉchale un vistazo a la [Demo](https://blog-template-gray.vercel.app/), alojada en Vercel\n\n## ⚙️ Stack\n\n- [**ASTRO** + **Typescript**](https://astro.build/) - Astro es el framework web todo en uno diseñado para la velocidad.\n- [**Tailwind CSS** + **Tailwind-Merge** + **clsx**](https://tailwindcss.com/) - Tailwind CSS es un framework de CSS de tipo utility-first.\n- [**Tabler Icons**](https://tabler-icons.io/i/) - Iconos SVG de código abierto..\n\n## ✅ Features:\n\n- ✅ Estilo mínimo\n- ✅ Compatible con dispositivos móviles\n- ✅ Rendimiento 100/100 en Lighthouse\n- ✅ Amigable con SEO mediante URLs canónicas y datos OpenGraph\n- ✅ Soporte para sitemap\n- ✅ Soporte para feeds RSS\n- ✅ Soporte para Markdown y MDX\n- ✅ Resaltado de sintaxis\n- ✅ Optimización de imágenes\n- ✅ Tabla de contenidos\n- ✅ Modo oscuro\n- ✅ Tiempo de lectura\n- ✅ [Pagefind](https://pagefind.app/) static search library integration\n- ✅ Posts relacionados\n- ✅ Compartir posts (Linkedin, twitter)\n\n## 🛣️ Roadmap\n\n- ❌ Botón para copiar código\n\n## 🚀 Getting Started\n\n**Extensiones recomendadas para VSCode:**\n\n- [Tailwind CSS IntelliSense](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss).\n- [Astro](https://marketplace.visualstudio.com/items?itemName=astro-build.astro-vscode).\n\n1. Clona o haz un [fork](https://github.com/danielcgilibert/blog-template/fork) del repositorio:\n\n```bash\ngit@github.com:danielcgilibert/blog-template.git\n```\n\n2. Instala las dependencias:\n\n```bash\nnpm install\n# or\nyarn install\n# or\npnpm install\n```\n\n3. Ejecuta el servidor de desarrollo:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n```\n\n## 🗂️ Estructura del proyecto\n\n```\n├── public/\n├── src/\n│   ├── assets/\n│   ├── components/\n│   ├── content/\n│   ├── layouts/\n│   ├── data/\n│   ├── utils/\n│   ├── styles/\n│   └── pages/\n├── astro.config.mjs\n├── README.md\n├── package.json\n└── tsconfig.json\n```\n\n## 👋 Contribuciones\n\n\u003ca href=\"https://github.com/danielcgilibert/blog-template/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=danielcgilibert/blog-template\" /\u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotharshhaa%2Fprodevopguy-web-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnotharshhaa%2Fprodevopguy-web-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotharshhaa%2Fprodevopguy-web-blog/lists"}