Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.
/ v3 Public archive

Personal website by Javier Diaz

Notifications You must be signed in to change notification settings

coderdiaz/v3

Repository files navigation

Personal Website

Personal website make it with Jekyll and hosting on Github Pages.

Dependencies

  • Ruby 2.1.6.
  • Jekyll.

Get started

  1. Install the latest version of ruby using homebrew, if you hasn't installed homebrew follow the next step first.
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  1. If you have homebrew installed, run the next commands for install ruby and verify the ruby version.
$ brew install ruby
$ ruby -v
  1. Install the project dependencies using bundler.
$ bundler install
  1. Serve the project.
$ bundle exec jekyll serve
  1. Go to http://localhost:4000.

Scripts

Compile Web Components using the Vue CLI service

$ ./node_modules/.bin/vue-cli-service build --target wc-async --name portfolio 'src/*.vue' --dest assets/js

Crafted by Javier Diaz