###paika.tech Blog This is the repository for paika.tech. It's a static site, using Jekyll and hosted on Github Pages.
bundle exec jekyll serveTo avoid Ruby toolchain issues, I've wrapped Jekyll in a docker-compose file for local development:
brew install docker
docker-compose uplocalhost:4000/ to see the blogLive reload is enabled, as you edit files your browser will reload the changes.
bundle update