Skip to content

camilamaia/camilamaia.com

Repository files navigation

Netlify Status

camilamaia.com

Tech Stack

Install

Install Ruby

Check if you have Ruby already installed on your machine by running the following command:

ruby -v

If the output is a ruby version, you have it installed on your machine. Otherwise, you need to install it. Ruby Installation Doc

Jekyll

Install Jekyll:

  1. Run the command gem install bundler jekyll
  2. Check if the installation was successful by running the command jekyll -v

Run

$ bundle exec jekyll serve

Deploy

This website is hosted on Netlify with an auto deployment enabled i.e whenever any code is merged into the main branch, a new deployment is triggered.