site_outdated: Find '.Rmd's that need to be re-rendered.

View source: R/site.R

site_outdatedR Documentation

Find .Rmds that need to be re-rendered.

Description

md_document() adds a hash of the input .Rmd in the YAML metdata of the .md file that it creates. This provides a reliable way to determine whether or not a .Rmd has been changed since the last time the .md was rendered.

Usage

site_outdated(site = ".")

Arguments

site

Path to hugo site.


r-lib/hugodown documentation built on Nov. 24, 2022, 10:06 a.m.