tech-blog-v3.github.io

tech-blog-v3.github.io

My Jekyll based technical blog, hosted via Github Pages at https://paika.tech

###paika.tech Blog This is the repository for paika.tech. It's a static site, using Jekyll and hosted on Github Pages.

Local Development

Local Development with Jekyll CLI and Ruby

  1. bundle exec jekyll serve

Local Development with Docker

To avoid Ruby toolchain issues, I've wrapped Jekyll in a docker-compose file for local development:

  1. Install docker-compose. On Mac or Linux, you can use Homebrew:
    brew install docker
    
  2. Run docker-compose up
  3. Navigate to localhost:4000/ to see the blog

Live reload is enabled, as you edit files your browser will reload the changes.

Updating Dependencies

  1. Run bundle update