Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 888 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 888 Bytes

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