Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.31 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.31 KB

README

Netlify Status

Tools

Website composed via Blogdown (Summary | Documentation)

Web theme is wowchemy/starter-hugo-academic (Documentation)

Web hosting via Netlify (Documentation)

Edit content

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

  • congig/_default
  • assets/media
  • laouts/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)