No time like the present

less than 1 minute read

No time like the present to learn how to deply jekyll and github pages.

While the new faculty pages at Laurier look nice and seem to scale well across platforms, they can’t be edited directly by faculty. Whoever thought that was a useful feature? So why not learn how to use jekyll and github pages?

Code snippets seem nice too:

library(ggplot2)
qplot(1,1) + labs(x = expression("NO"[3]^-{}*" (mgN/L)"),
                  y = expression(δ^{15}*"N-NO"[3]^-{}*" (‰ vs air)"))

Updated: