use_tidy_post()
makes a new post
use_tidy_thumbnails()
resizes thumbnails to the correct size
tidy_show_meta()
prints tags and categories used by existing posts.
use_tidy_post(slug, site = ".", open = is_interactive()) use_tidy_thumbnails(path = NULL) tidy_show_meta(min = 1, site = ".")
slug | File name of new post. Year and month will be automatically appended. |
---|---|
site | Path to the hugo site. |
open | Open file for interactive editing? |
path | Path to blog post |
min | Minimum number of uses |