Description Usage Arguments Value Examples
View source: R/add_projects_to_pub_index_md.R
Add Projects to Hugo-Academic Publications
1 2 3 4 5 6 | add_projects_to_pub_index_md(
endnote_df,
overwrite = TRUE,
col_project = "custom2",
hugo_root_dir = "."
)
|
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: ".") |
add project tags to index.md
1 2 3 4 5 6 | ## Not run:
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)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.