hugo_build | R Documentation |
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 |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.