Began setting up my electronic lab notebook and created my first post.
To make future posts:
require(distill)
into the consolecreate_post(title = "Post name here", collection = "notebook")
to specify a new lab notebook postcreate_post(title = "Post name here", collection = "posts")
to specify a new code example postknit
and push to Git
after every new post