Skip to content

Luis-Licea/luisliceatorres.com

Repository files navigation

LuisLiceaTorres.com Source Code

Arch Linux VSCode Ruby

This is a personal website for writing about things I am interested about.

Setup

# Install Ruby and its package management framework.
sudo pacman -S ruby

# Make Ruby gems executable globally.
export PATH="$PATH:$HOME/.local/share/gem/ruby/3.0.0/bin"

# Install Bundler and Jekyll.
gem install bundler jekyll

# Serve the website.
bundle exec jekyll serve