“The habit of writing for my eye is good practice. It loosens the ligaments.” -- Virigina Woolf
This is the repository for colada.be, my tech blog.
To setup this project locally, you will need to have these installed:
Pre-requisites:
Ruby 2.7.7. Install with chruby
and ruby-install
:
brew install chruby ruby-install xz
ruby-install ruby-2.7.7
source /opt/homebrew/opt/chruby/share/chruby/chruby.sh
source /opt/homebrew/opt/chruby/share/chruby/auto.sh
chruby ruby-2.7.7
Then:
- Clone this repository.
- Run
bundle install
from the root of the project to install dependencies. - Run
bundle exec jekyll serve
from the root of the project. - Point your browser to 127.0.0.1:4000 to see the website.