ZoeBijl / blog

Code relevant to my blog
http://michielbijl.nl
0 stars 0 forks source link

Blog

Code for my blog. Includes theme for WordPress (sortedam) and Jekyll. My blog currently runs on WordPress, but I want to research the use of Jekyll.

Installation

  1. Run npm install
  2. Yay!
  3. Nay? Open an issue.

Usage

  1. Run gulp

This will compile CSS, activate watch and auto reload, and run server at localhost:8080.

Vertical rhythm

I'd like to establish a vertical rhythm on the website. This is something that makes everything easier on the eyes. It's been a while since I've built something like this, so any tips are welcome. For now, I'm going with 32 pixels as my base rhythm. vertical.html contains a test for these values.

Space between text elements should be equal to one line height if it's flowing text. For UI elements it should be a multiply of that.

Learned and thought during development