Skip to content

cpaika/tech-blog-v3.github.io

Repository files navigation

###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
  1. Run docker-compose up
  2. 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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published