Local testing:
bundle config set --local path 'vendor/bundle'
bundle exec jekyll serve --lsi
To deploy, just push to remote.
Adjust bibliography:
-
Autogen paper.bib file via zotero to
_bibliography/
. -
Add
selected = {true}
, to bib entries that are selected publications -
Add pictures (maybe), by adding them to
assets/img/publication_preview/
, with a matching key to zotero, and addpreview={picture.png}
. -
Make sure github actions work as expected and deployment runs.