remove_post: Remove a post

Description Usage Arguments Value See Also Examples

Description

remove_post removes a post

Usage

1

Arguments

post

path to the post

Value

The directory post is removed if it exists.

See Also

new_post, tag_post, render_post

Examples

1
2
new_post("Hello, world!", "hello-world")
remove_post(post_dir(Sys.Date(), "hello-world"))

dnegrey/blogr documentation built on May 15, 2019, 9:38 a.m.