https://github.com/danielpaez-dev/my-portfolio
A minimalist CV template website by just editing a .json. It includes an automatic CV.pdf, translation and documentation
https://github.com/danielpaez-dev/my-portfolio
astro cv tailwindcss template vercel
Last synced: 3 months ago
JSON representation
A minimalist CV template website by just editing a .json. It includes an automatic CV.pdf, translation and documentation
- Host: GitHub
- URL: https://github.com/danielpaez-dev/my-portfolio
- Owner: danielpaez-dev
- License: mit
- Created: 2025-02-08T08:51:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-13T14:27:02.000Z (8 months ago)
- Last Synced: 2026-01-03T22:16:41.927Z (6 months ago)
- Topics: astro, cv, tailwindcss, template, vercel
- Language: Astro
- Homepage: https://www.danielpaez.dev
- Size: 4.07 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README-es.md
- License: LICENSE
Awesome Lists containing this project
README
# Portfolio CV Web
Una plantilla de CV minimalista con exportación automatizada de CV.pdf, documentación y traducción mediante un único archivo .json
[EN](README.md)
## 📬 Contáctame
No dude en ponerse en contacto conmigo para cualquier pregunta o sugerencia
📧 Email: [danielpaez.dev@proton.me](mailto:danielpaez.dev@proton.me)
📥 CV: [Download CV.pdf](./public/CV.pdf)
## 🛠️ Stack
[](https://astro.build)-[](https://www.typescriptlang.org)-[](https://developer.mozilla.org/en-US/docs/Web/JavaScript)-[](https://tailwindcss.com)-[](https://developer.mozilla.org/en-US/docs/Web/CSS)-[](https://developer.mozilla.org/en-US/docs/Web/HTML)-[](https://vercel.com)-[](https://www.markdownguide.org)
## 🚀 Despliegue
### Clona el repositorio
```bash
git clone https://github.com/danielpaez-dev/my-portfolio.git
```
### Instala las dependencias y ejecuta el servidor de desarrollo
```bash
npm install
npm run dev
```
Abre tu navegador y ve a `http://localhost:4321`
Para editar la web únicamente edita los .json localizados en i18n/locales/. Puedes añadir o eliminar idiomas libremente simplemente escribiendo en el archivo un nuevo idioma con su respectiva traducción con formato lang (en, es, fr, de, etc).
Si deseas tener página web propia, despliega tu proyecto en Vercel
## 📄 Licencia
[MIT](License) Licencia - Creado por [Daniel Páez](https://github.com/danielpaez-dev/danielpaez-dev.git)