Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 299 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 299 Bytes

thobias.org

Some parts of this site are using Jekyll and Markdown.

Local Jekyll test

Set env variables:

export GEM_HOME="$HOME/.gem/ruby/2.7.0"
export BUNDLE_PATH="$GEM_HOME"
export PATH="$GEM_HOME/bin:$PATH"

Run:

bundle exec jekyll serve