Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 474 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 474 Bytes

README

Install the blogdown package

install.packages("blogdown")
  • Add options(servr.daemon = TRUE) to your .Rprofile to allow continuous updating
  • You can build the site via blogdown::serve_site()
  • Add your posts to content/posts/201X
    • Commit both Rmd and resulting html files
    • For drafts, add drafts: true in the yaml
    • Images go in static/img/20XX
  • netlfy address