Installation is pretty simple on FreeBSD:

  • Install Jekyll and the Minima theme:

    sudo pkg install rubygem-jekyll
    sudo pkg install rubygem-bundler
    sudo pkg install rubygem-minima
    
  • Create the new Jekyll site:

    cd /usr/local/www
    jekyll new think.organize.do 
    
  • Set the DocumentRoot for the new site to /usr/local/www/think.organize.do/_site.

  • Start the local webserver:

    bundle exec jekyll serve --livereload
    
  • Edit the about file:

    vim about.markdown