Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.06 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.06 KB

Personal Website

Summary

rexledesma.com

Setup

First, we install external dependencies from tufte-pandoc-jekyll.

brew install pandoc
brew install jez/formulae/pandoc-sidenote

Next, we setup rbenv to ensure the Ruby version when we work on this project.

brew install rbenv

# install local ruby version defined in .ruby-version
rbenv install

# install bundler and Gemfile dependencies
gem install bundler
bundle install

We can now use jekyll to serve our application.

bundle exec jekyll serve

Credits