render_post: Render a post to HTML

Description Usage Arguments Value See Also Examples

Description

render_post renders a post to HTML

Usage

1

Arguments

post

path to the post

Value

The post HTML file is created.

See Also

new_post, tag_post, remove_post

Examples

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

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