Cold is the Void

A space for experimentation.

View My GitHub Profile

29 May 2019

Do I like Jekyll?

by Simon

How do you even?

Playing with Jekyll now to see if I like it. Writing markdown is definitely nicer than html.

Code

Let’s try to display some code. This is github, right? It should be easy:

pub fn main() -> Result<(), JsValue> {
}

Math

Okay, I don’t even expect this to work. I just want it. Here we go:

It doesn’t work. I can’t get it to work. Why doesn’t it work!? 😭

When \(a \ne 0\), there are two solutions to and they are

Okay, it finally works. And manually adding a script tag for mathjax is not so bad.

tags: jekyll - website