Skip to content

k8hertweck/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kate Hertweck's website and blog

This repository contains the code used to build and deploy my website and blog, located here.

Tools

Usage

  • install and load blogdown (available through CRAN)
  • preview the website locally using blogdown::serve_site(); this autoupdates as changes are saved
  • to stop server, use blogdown::stop_server()
  • for more information, see the blogdown documentation