My Personal Wiki

This page contains notes, commands, links, etc. that I have collected.

To preview this site offline:

git clone https://github.com/tsondt/wiki
  • with ruby and bundle:
    BUNDLE_PATH=.bundle bundle check || \
    bundle install && \
    bundle exec jekyll serve
    
  • with Docker:
    ./docker-build.sh
    ./docker-run.sh
    

Published by tsondt with Jekyll using BlackDoc theme. MIT License.