
Parses a bibtex file and generates the markdown files for the Hugo academic theme
parse_bib is a simple script that allows users to parse a bibtex file and generate markdown files for the Hugo academic theme. It relies on bibtexparser to extract individual entries from the bibtex file and then creates a .md file for each publication under /content/publications/ and a .bib file with the same name under static/files/citations/.
parse_bib is a handy script that simplifies the process of parsing bibtex files and generating markdown files for the Hugo academic theme. It automates the extraction of individual entries using bibtexparser and creates the required .md and .bib files for each publication. By following the installation steps, users can easily integrate parse_bib into their Hugo academic theme website.
