Skip to content
This repository was archived by the owner on May 3, 2025. It is now read-only.

Latest commit

 

History

History
35 lines (23 loc) · 532 Bytes

File metadata and controls

35 lines (23 loc) · 532 Bytes

Portfolio Website

Currently the site redirects to https://www.resume.id/kiito


Requirements

  • Ruby v3.0.0
  • bundler v2.2.x

Usage

Installation

  1. Install Ruby
  2. $ gem install bundler -v {version}
  3. $ bundle

Running Jekyll Server

$ bundle exec jekyll s

Update dependencies

  1. update Ruby and RubyGems
    1. install latest version of ruby and $ gem update --system
  2. update bundler
    1. $ gem update bundler
  3. update gems
    1. $ bundle update