Skip to content

lorenaramonda/personal-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lorena Ramonda

Resume in Nuxt.js

Deployment

Netlify Status

The site is deployed via Netlify, reachable at https://lorena.ramonda.me/.

Versioning

Original code, work in progress and experiments are hosted by Gitlab.
Final code is hosted by Github and free to consult.

Branches

master Github (public) and Gitlab (private)
develop Only on Gitlab (private)
features Only on Gitlab (private)

Flow

Original Git Flow with some rules:

  • Every featured branch must be squashed into one descriptive commit before rebasing it into develop

Package manager

Use Yarn

Upgrade Nuxt

To upgrade Nuxt and all depencencies always run:

nuxi upgrade --force

Check Nuxt version: npm view nuxt version