- export bibtex file from zotero
-
academic import --bibtex mypubs.bib --publication-dir content/publications
- Edit publications, add PDFs
Publication types:
0 = Uncategorized; 1 = Conference paper; 2 = Journal article; 3 = Preprint / Working Paper; 4 = Report; 5 = Book; 6 = Book section; 7 = Thesis; 8 = Patent
Tips here
for file in *.md
do
aspell check --mode=markdown --lang=en "$file"
done