pub fn make_entry( buf: &Path, dst: &Path, reg: &Handlebars<'_>, cfg: &Config, ) -> Result<Entry, Error>
generates an entry into file in the dst directory and returns its metadata.