Add Projects to Hugo-Academic Publications

add_projects_to_pub_index_md(
  endnote_df,
  overwrite = TRUE,
  col_project = "custom2",
  hugo_root_dir = "."
)

Arguments

endnote_df

endnote_df as retrieved by kwb.endnote::create_references_df() or kwb.endnote::clean_references_df()

overwrite

should existing "projects" be overwritten (default: TRUE)

col_project

name of column containing project id (default: "custom2")

hugo_root_dir

root dir of hugo-academic website (default: ".")

Value

add project tags to index.md

Examples

if (FALSE) { endnote_list <- kwb.endnote::create_endnote_list() refs_df_clean <- kwb.endnote::clean_references_df(endnote_list) add_projects_to_pub_index_md(endnote_df = refs_df_clean) }