Posted with : Other
An inaugural post
As with any such endeavor, we need an inaugural post to test the system out. Because this is all written in markdown, I need to test out a few basic features.
- This is the first point in an ordered list.
- This is the second point.
- This is a sub-point.
- And this is a second.
We can write codeblocks:
import sys
if len(sys.argv) != 3:
print main.__doc__
sys.exit()
main()
library(ggplot2)
# If I had some data I would make a plot here...
ggplot(dat, aes(x, y)) +
geom_jittter()
I will need or want to add images to posts (e.g., plots or photos), which means this should work:
Hopefully there’s a photo of a monarch butterfly immediately above this.
Oh, and I will need to embed iframe
s sometimes, including Soundcloud recordings:
And there should be a player above.
Written on March 20, 2016