[go: nahoru, domu]

Skip to content

advaitchaitanya/opensourcelife

Repository files navigation

Open Source Life

Writings on the joy of embodiment and technology

Build

Jekyll is a Ruby Gem that can be installed on most systems.

  1. Install a full Ruby development environment
  2. Install Jekyll and bundler gems
gem install jekyll bundler
  1. Change into the directory
cd open-source-life
  1. Install any missing gems
bundle install
  1. Build the site and make it available on a local server
bundle exec jekyll serve