Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.34 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.34 KB

README

Netlify Status

Tools

Edit content

Most content is found in the gitHub.com/blogdown-libjohn/content directory Additional good places to look include

  • congig/_default
  • assets/media
  • layouts/partials

Hints

Start a new BlogPost

  1. inside of RStudio IDE
  2. Addins > New Post

Start a new Publication

  1. RStudio Console
  2. library(blogdown)
  3. blogdown::find_hugo()
  4. Using that output, in the Terminal CLI, call Hugo …
    hugo new content/publication/<my-publication> (Documentation)