{"id":49360655,"url":"https://github.com/inledgroup/matrixcv","last_synced_at":"2026-04-27T16:10:06.840Z","repository":{"id":317998556,"uuid":"1065173754","full_name":"InledGroup/matrixcv","owner":"InledGroup","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-04T14:25:15.000Z","size":95,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-04T16:52:31.408Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Astro","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/InledGroup.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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-27T07:37:11.000Z","updated_at":"2026-04-04T14:25:19.000Z","dependencies_parsed_at":"2025-10-04T12:33:45.547Z","dependency_job_id":"5d2e96a3-9a61-4e7a-a77d-ef3be957a960","html_url":"https://github.com/InledGroup/matrixcv","commit_stats":null,"previous_names":["inledgroup/matrixcv"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/InledGroup/matrixcv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InledGroup%2Fmatrixcv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InledGroup%2Fmatrixcv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InledGroup%2Fmatrixcv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InledGroup%2Fmatrixcv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InledGroup","download_url":"https://codeload.github.com/InledGroup/matrixcv/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InledGroup%2Fmatrixcv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32343810,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"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":[],"created_at":"2026-04-27T16:10:04.394Z","updated_at":"2026-04-27T16:10:06.829Z","avatar_url":"https://github.com/InledGroup.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MatrixCV\nCrea tu CV sin teenr conocimientos de Astro ni HTML.  \nTendrás una apariencia friki + profesional que impulsará tu apariencia.\n\n## Haz un Fork del repositorio de MatrixCV\nSi no sabes como mira [este vídeo](https://youtu.be/3GymExBkKjE?t=12091\u0026si=3w5yeG52wmHYjVMQ)\n\n## Edita los archivos\nPara añadir tus palabras a MatrixCV tendrás que editar:\n- Portada.astro\n- Text.astro\n- Contenido.astro\n\n## Como editar los archivos\nTienes dos opciones para editar los archivos:\n1. Haciéndolo tú mismo con tus conocimientos y añadiendo nuevas funcionalidades\n2. Usando el editor incorporado en MatrixCV.\n\n## Como hacer con la segunda opción\nDirígete a MatrixCV en el repositorio de Inled-Group.\nAbre en el navegador [inled-group.github.io/matrixcv/personalizar.portada](https://inled-group.github.io/matrixcv/personalizar.portada) o [inled-group.github.io/matrixcv/personalizar.sobremi](https://inled-group.github.io/matrixcv/personalizar.sobremi) o [inled-group.github.io/matrixcv/personalizar.text](https://inled-group.github.io/matrixcv/personalizar.text)  y escoge la sección a personalizar.\n\n### Personalizando la portada\nTendrás un asistente que te guiará por el proceso de edición de la portada. En un minuto al tendrás lista.\nHaberás de que descargarla y guardarla en tu repositorio en matrixcv/src/components/Portada.astro  \n¡Y ya tendrías lista la portada!\n\n### Personalizando un CV en la página de MatrixCV\nPara añadir una sección sobre tí puedes usar el personalizador de \"personalizar.sobremi\".\nPodrás editar texto formateado que luego será insertado en un fichero .astro que haberás de guardar como \"contenido.astro\" en components.\nVerifica que funciona llendo desde la portada a /sobremi\n\n### Añadiendo texto y noticias.\nPara ello deberás crear páginas basadas en /pages/code.astro cambiándoles el nombre y cambiando el nombre de la página Text.astro importada, por Text1.astro y etc... y cambiar por ello el `import`de la sección superior de code.astro y asimismo cambiar `\u003cLayout\u003e\n\t\u003cHeader /\u003e\n\t\u003cText /\u003e\n\t\u003cFooter /\u003e\n\u003c/Layout\u003e` por `\u003cLayout\u003e\n\t\u003cHeader /\u003e\n\t\u003cText1 /\u003e\n\t\u003cFooter /\u003e\n\u003c/Layout\u003e` y viceversa.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finledgroup%2Fmatrixcv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finledgroup%2Fmatrixcv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finledgroup%2Fmatrixcv/lists"}