###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 serve
To avoid Ruby toolchain issues, I've wrapped Jekyll in a docker-compose file for local development:
- Install docker-compose. On Mac or Linux, you can use Homebrew:
brew install docker
- Run
docker-compose up
- Navigate to
localhost:4000/
to see the blog
Live reload is enabled, as you edit files your browser will reload the changes.
- Run
bundle update