Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ilanvivanco/ilanvivanco.com
Personal portfolio website. ๐ป
https://github.com/ilanvivanco/ilanvivanco.com
blog nuxt personal-website portfolio vue
Last synced: about 11 hours ago
JSON representation
Personal portfolio website. ๐ป
- Host: GitHub
- URL: https://github.com/ilanvivanco/ilanvivanco.com
- Owner: IlanVivanco
- Created: 2020-07-31T17:19:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-17T13:50:58.000Z (over 1 year ago)
- Last Synced: 2023-05-17T14:33:57.003Z (over 1 year ago)
- Topics: blog, nuxt, personal-website, portfolio, vue
- Language: CSS
- Homepage: https://ilanvivanco.com
- Size: 12.9 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ilanvivanco.com
[![Netlify Status](https://api.netlify.com/api/v1/badges/4e9fe96e-7e5a-4c39-9592-093ce60851c5/deploy-status)](https://app.netlify.com/sites/ilanvivanco/deploys)
Hi, I'm Ilรกn Vivanco! I'm a Senior Full Stack Web Developer.
๐ This is the codebase behind my personal portfolio website.If you have any suggestions, feel free to fork this repo and send a PR.
[![Website](https://img.shields.io/badge/-ilanvivanco.com-475b7d?style=flat-square&logo=google-chrome&logoColor=white)](https://ilanvivanco.com)
[![Twitter](https://img.shields.io/badge/-Twitter-1DA1F2?style=flat-square&logo=twitter&logoColor=white)](https://twitter.com/IlanVivanco)
[![Instagram](https://img.shields.io/badge/-Instagram-E4405F?style=flat-square&logo=instagram&logoColor=white)](https://www.instagram.com/ilanvivanco)
[![LinkedIn](https://img.shields.io/badge/-LinkedIn-0A66C2?style=flat-square&logo=Linkedin&logoColor=white)](https://www.linkedin.com/in/ilanvivanco)
[![Github](https://img.shields.io/badge/-Github-181717?style=flat-square&logo=github&logoColor=white)](https://github.com/IlanVivanco)## Stack
I started to learn Vue.js and decided to give it a go for this website.
I also used the Nuxt.js framework to serve static pages and load content from `.md` files.## Installation
- Clone this repo locally.
- Install dependencies by `npm install`.
- Run `npm run dev`.