A blazing fast personal blog about development: olavihaapala.fi.
Read about how I set up my blog.
Read about how I made my blog blazing fast.
Site setup inspired by elmtown.audio
- Install ruby, bundler and jekyll
- Go to the project directory on the terminal
- Run
bundle install
to install deps - Install npm dependencies:
yarn
- Run
npm run dev
to serve the site locally
Run npm test
, which currently only runs a test against "production" version for visual regression.
The idea is to run this test before deploying changes that should not affect layout and then run it again after deploying those changes to verify that no visual regression took place.