Brian J. Knaus

Brian J. Knaus’s blog about genomics and biology.

A first post using blogdown

Once you have Hugo and blogdown set up you should be ready to blog! How to set up Hugo and blogdown was briefly covered in a previous post, with links to more information. We can use blogdown to create a template for our first blog. library(blogdown) new_post(title="A first post using blogdown", ext = getOption("blogdown.ext", ".Rmd")) This creates a file named: ./content/post/2017-06-03-a-first-post-using-blogdown.Rmd where ‘.’ is the root directory of your github. Read more →

Hello blogdown

This is my first blog. Hello blogdown! I built this site using the directions I found at this link provided by Amber Thomas. Note that the scripts ‘setup.sh’ and ‘deploy.sh’ work on your GitHub repository names ‘username.github.io’. Even if you think you’re building it somewhere else, this script will clobber the contents of that repository. Also, try a few themes before you add content. I found that some of the theme did not play well with blogdown on GitHub. Read more →