/lindsaynhayes.github.io

Website for https://lindsaynhayes.github.io

Primary LanguageTeX

Website for Lindsay N. Hayes

lindsaynhayes.github.io

Notes:

  • Website created using this tutorial by Dr. Maria Tackett for RLadies Baltimore.

  • Website created using distill and postcard templates.

#install.packages("postcards", "distill")
library(distill)
create_website(dir = ".", title = "Lindsay N. Hayes", gh_pages = TRUE)
create_theme(name = "theme") 
create_article(file = "test", template = "jolla", package = "postcards")
create_article(file = "test")
# to update
# open Rproj
# update content in .Rmd
# Build Website to preview
# with index and _site.yml open run build website.
# push to github