Hello World!
23 Dec 2012This is just a test post for my new github.io Jekyll site based on poole/hyde.
Basic markdown for post content
So I can do neat things like:
- headings
- lists
- links
- …
Awesome!
What happens if I do latex?
Hm. Doesn’t seem to work. I wonder if I can get MathJax working …
R code, and stuff
Part of what I want to do here is to write RMarkdown documents, then run them through knitr to make nicely formatted blog posts with code and figures, etc.
I can at least make R code blocks like this:
library(oce)
data(ctd)
theta <- swTheta(ctd)
plot(ctd)