{"id":24711462,"url":"https://github.com/marcvspt/marcvspt-web","last_synced_at":"2026-04-16T05:03:05.326Z","repository":{"id":267226722,"uuid":"900597866","full_name":"marcvspt/marcvspt-web","owner":"marcvspt","description":"Repositorio de mi sito web/blog","archived":false,"fork":false,"pushed_at":"2025-02-23T22:16:47.000Z","size":2359,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-23T23:21:54.671Z","etag":null,"topics":["astro","blog","cybersecurity","javascript","markdown"],"latest_commit_sha":null,"homepage":"https://marcvspt.tech","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/marcvspt.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}},"created_at":"2024-12-09T05:43:40.000Z","updated_at":"2025-02-23T22:16:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"2892fcd7-b94f-4f44-abe8-bb7ab1adf3d3","html_url":"https://github.com/marcvspt/marcvspt-web","commit_stats":null,"previous_names":["marcvspt/marcvspt"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcvspt%2Fmarcvspt-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcvspt%2Fmarcvspt-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcvspt%2Fmarcvspt-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcvspt%2Fmarcvspt-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcvspt","download_url":"https://codeload.github.com/marcvspt/marcvspt-web/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244918590,"owners_count":20531686,"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":["astro","blog","cybersecurity","javascript","markdown"],"created_at":"2025-01-27T07:14:58.145Z","updated_at":"2026-04-16T05:03:05.317Z","avatar_url":"https://github.com/marcvspt.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Marcvspt Web\n\nSitio personal y blog técnico construido con [Astro](https://astro.build/) para compartir contenido sobre ciberseguridad, redes, forense e infraestructura.\n\n- **URL:** [https://www.marcvspt.tech](https://www.marcvspt.tech)\n- **Framework:** Astro 6\n- **Estilos:** Tailwind CSS 4\n- **Adaptador:** Netlify\n\n## Desplegar para desarrollo\n\n1. Instala dependencias:\n\n```sh\npnpm install\n```\n\n2. Inicia el servidor de desarrollo:\n\n```sh\npnpm run dev #http://localhost:4321\n```\n\n## Estructura del proyecto\n\n```text\nsrc/\n├── assets/\n│   ├── coffee.svg\n│   ├── control.svg\n│   ├── email.svg\n│   ├── github.svg\n│   ├── hackthebox.svg\n│   ├── link.svg\n│   ├── linkedin.svg\n│   └── x.svg\n├── components/\n│   ├── BlogPosts.astro\n│   ├── CardExperience.astro\n│   ├── CardWithIcon.astro\n│   ├── Footer.astro\n│   ├── Header.astro\n│   ├── Hero.astro\n│   └── TimeLineCard.astro\n├── data/\n│   └── blog/\n│       ├── analisis-vmem.md\n│       ├── arreglar-error-404-torbrowser-launcher.md\n│       ├── arreglar-error-xlrd.biffh.XLRDError-Excel-xlsx-file-not-supported.md\n│       ├── certificado-ssl-autofirmado-apache2-nginx.md\n│       ├── desplegar-proyecto-astro-dokploy.md\n│       ├── instalar-librewolf-parrot-derivados-debian.md\n│       ├── instalar-qtile-pip3-derivados-debian.md\n│       ├── middleware-sqli.md\n│       ├── writeup-maquina-pc-hackthebox.md\n│       └── writeup-maquina-sandworm-hackthebox.md\n├── layouts/\n│   ├── BaseLayout.astro\n│   └── BlogPostLayout.astro\n├── pages/\n│   ├── about.astro\n│   ├── blog/\n│   │   ├── index.astro\n│   │   └── [...slug].astro\n│   ├── index.astro\n│   └── rss.xml.ts\n├── scripts/\n│   ├── data.ts\n│   └── types.ts\n├── styles/\n|    └── global.css\n└── content.config.ts\n```\n\n## Crear un post\n\n1. Crea un archivo `.md` dentro de `src/data/blog/`.\n2. Usa un nombre de archivo descriptivo: será el slug de la URL (no uses conectores como *de*, *con*, *y*, etc).\n3. Agrega el frontmatter requerido por la colección de contenido:\n\n```yaml\n---\ntitle: 'Titulo relativamente corto'\nexcerpt: 'Descripcion concisa'\ndate: '2000-01-01'\nreadTime: '1 min'\ncategory: 'Categoria'\ntags: [Crear, Un, Post, Nuevo, Con, Etiquetas]\nimage: '/img/blog/categoria/mi-post/imagen.webp'\nfeatured: false\ndraft: false\n---\n```\n\nNotas:\n\n- `featured` y `draft` aceptan solo `true` o `false`.\n- `draft` no publicará el *post*\n- `image` debe apuntar a una imagen dentro de `public/img/blog/`.\n- La colección carga contenido con patrón `**/[^_]*.{md,mdx}`, por lo que archivos que inicien con `_` no se publican.\n\n## Publicación\n\nEl proyecto está configurado para salida estática (`output: static`) y usa el adaptador de Netlify.\n\n## Stack\n\n- [Astro](https://astro.build/)\n- [Tailwind CSS](https://tailwindcss.com/)\n- [Tabler Icons](https://tabler.io/icons)\n- [Flowbite](https://flowbite.com/docs/getting-started/introduction/)\n- [Heroicons](https://heroicons.com/)\n- [TypeScript](https://www.typescriptlang.org/)\n- [GitHub Copilot](https://github.com/copilot/)\n\n## Licencia\n\nEste proyecto se distribuye bajo licencia [GNU General Public License v3.0](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcvspt%2Fmarcvspt-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcvspt%2Fmarcvspt-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcvspt%2Fmarcvspt-web/lists"}