New news items go into content/posts
.
New events go into content/talks
Images go into static/img
. Some notes about images:
Maximum size for featured.png/jpg
is 4096 x 4096 px. Anything bigger and
twitter images don't work.
Headers need to be maximum resolution and 1400 x 800 px.
Download new bibtex and paste into publications.bib
. I run searches on TexMed, check new publications, and copy the tex output.
Use Academic Admin to add publictions from publications.bib
file to the content/publications
directory. Note proceeds in chronological order (newest first) and often complains about formatting of the Month
field, which must be text (Jan
, not 01
).
academic-admin import --bibtex publications.bib
Copy a figure from the paper into the new publication diectory as featured.png
or featured.jpg
.
Add a PDF link and tags to the front matter of index.md
for each new publication.
Rebuild the site locally with blogdown::serve_site()
and check that new publications are visible.