Build static html into specified directory. Useful for debugging and some deployment scenarios
hugo_build( site = ".", dest = NULL, build_drafts = FALSE, build_future = FALSE, clean = FALSE, base_url = NULL, relative_urls = NULL )
site | Path to hugo site. |
---|---|
dest | Destination directory. If |
build_drafts, build_future | Should drafts and future posts be included in the built site? |
clean | Remove files in |
base_url |
|
relative_urls |
|