Colors

#ffcc11 $color-primary
#ffffff $color-secondary
#f4f4f4 $color-acc-light
#808080 $color-acc-mid
#1e1e1e $color-acc-dark

Fonts

$font-primary: Lato, Helvetica, Arial, sans-serif; $font-secondary: "Open Sans", Helvetica, Arial, sans-serif;

Headings

Heading One

Heading Two

Heading Three

Block Quotes

With author, title, and URL:

Well, the way they make shows is, they make one show. That show's called a pilot. Then they show that show to the people who make shows, and on the strength of that one show they decide if they're going to make more shows. Some pilots get picked and become television programs. Some don't, become nothing. She starred in one of the ones that became nothing.

Jules Pulp Fiction

With author only:

I fear not the man who has practiced 10,000 kicks once, but I fear the man who has practiced one kick 10,000 times.

Bruce Lee

Without author:

It was a dark and stormy night; the rain fell in torrents — except at occasional intervals, when it was checked by a violent gust of wind which swept up the streets (for it is in London that our scene lies), rattling along the housetops, and fiercely agitating the scanty flame of the lamps that struggled against the darkness.

Pull Quotes

When nothing is sure, everything is possible.

You think water moves fast? You should see ice. It moves like it has a mind. Like it knows it killed the world once and got a taste for murder. After the avalanche, it took us a week to climb out. Now, I don’t know exactly when we turned on each other, but I know that seven of us survived the slide… and only five made it out. Now we took an oath, that I’m breaking now. We said we’d say it was the snow that killed the other two, but it wasn’t. Nature is lethal but it doesn’t hold a candle to man.

So I guess this is where I tell you what I learned – my conclusion, right? Well, my conclusion is: Hate is baggage. Life’s too short to be pissed off all the time. It’s just not worth it. Derek says it’s always good to end a paper with a quote. He says someone else has already said it best. So if you can’t top it, steal from them and go out strong. So I picked a guy I thought you’d like. “We are not enemies, but friends. We must not be enemies. Though passion may have strained, it must not break our bonds of affection. The mystic chords of memory will swell when again touched, as surely they will be, by the better angels of our nature.”

Images

Full width:

image 3

Double spread:

image 4 image 5

Code Blocks

Here is some text with an inline code block for alert("hello").

Multi-line:

for (var i = 0; i < 10; i++) {
	console.log(i);
}

Multi-line with line numbers:

1
2
3
for (var i = 0; i < 10; i++) {
	console.log(i);
}

Footnotes

Here is some text with a footnote1 in the middle.

And another one2.

Project List

Post List

Hello, World!

My new year’s resolution for 2022 is to write more - both as a way to organise my thoughts and to document the things I learn. I truly believe that learning is a lifelong endeavour, but it’s difficult to know where you’re going if you can’t see wh...
  1. Footnotes are a way of including additional context or references in a document without disrupting it’s readibility. 

  2. When writing prose, numbers should always be written as text.