rename_post_dir | R Documentation |
Rename a blog post directory, by default using the title and date specified within the post's front matter.
rename_post_dir(post_dir, slug = "auto", date_prefix = "auto")
post_dir |
Path to post directory |
slug |
Post slug (directory name). Automatically computed from title if not provided. |
date_prefix |
Date prefix for post. Defaults to the post's date
field (or the current date if there is none). Pass |
This function must be called from with a working directory that is within a Distill website.
## Not run:
library(distill)
rename_post_dir("_posts/2020-09-12-my-post")
rename_post_dir("_posts/2020-09-12-my-post", date_prefix = "9/15/2020")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.