olpeh / olpeh.github.io

Personal blog - olavihaapala.fi

Home Page:https://olavihaapala.fi/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

olavihaapala.fi

license

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.

4 times 100 in the lighthouse audit.

Site setup inspired by elmtown.audio

Running the site locally

  1. Install ruby, bundler and jekyll
  2. Go to the project directory on the terminal
  3. Run bundle install to install deps
  4. Install npm dependencies: yarn
  5. Run npm run dev to serve the site locally

Testing

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.

About

Personal blog - olavihaapala.fi

https://olavihaapala.fi/

License:MIT License


Languages

Language:HTML 51.9%Language:CSS 45.4%Language:JavaScript 2.4%Language:Ruby 0.3%