Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

parse_bib

This is a simple script that parses a bibtex file and generates the markdown files for the Hugo academic theme.

The script relies on bibtexparser to get the individual entries from the bibtex file with your publications and then generates a .md file for each one of them under /content/publications/ and a .bib file with the same name under static/files/citations/.

Use

Simply download the script in your root website folder (e.g., next to the .toml file), make sure that you have bibtexparser installed and run:

python parse_bib.py -i <inputfile>.bib

or,

python.exe parse_bib.py -i <inputfile>.bib

About

Parses a bibtex file and generates the markdown files for the Hugo academic theme

Resources

Stars

20 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages