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
andbundle
:
BUNDLE_PATH=.bundle bundle check || \
bundle install && \
bundle exec jekyll serve
- with Docker:
./docker-build.sh
./docker-run.sh