Skip to content

k8hertweck/blog

website
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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