Skip to content

boechat107/boechat107.github.io

Repository files navigation

My personal blog

Just some notes and thoughts, most of them about programming probably...

Run Locally

Requirements

Install them in the user directory:

gem install --user-install bundler jekyll

Create a local "vendor" directory for gems:

bundle config set --local path 'vendor/bundle'
bundle install

Server

bundle exec jekyll serve