Writings on the joy of embodiment and technology
Jekyll is a Ruby Gem that can be installed on most systems.
- Install a full Ruby development environment
- Install Jekyll and bundler gems
gem install jekyll bundler
- Change into the directory
cd open-source-life
- Install any missing gems
bundle install
- Build the site and make it available on a local server
bundle exec jekyll serve