Skip to content

mirzak/mirzak.github.io

Repository files navigation

Blog

This repo hosts the source of https://mirzak.github.io/.

Setup environment to run site locally

Install RVM: https://wiki.archlinux.org/title/RVM#Installing_RVM (btw I use Arch)

The current stable versions of Ruby is >3.x, but Github Pages uses Jekyll 3.9.0 which is only compatible with Ruby 2.7.x, hence the dance with RVM.

Install Ruby 2.7 and set as default:

rvm install 2.7 && rvm use 2.7 --default

In mirzak.github.io directory, run:

bundle install

Serve site:

bundle exec jekyll serve --livereload

Site is served at: http://127.0.0.1:4000/

License

Shield: CC BY-SA 4.0

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

CC BY-SA 4.0