Our site is made possible by @GeorgeCushen's Hugo Blox theme, Hugo Research Group Theme, previously known as Wowchemy and Hugo Academic.
Installing the Hugo Academic CLI
# We use version 0.5.1 because of this issue:
# #https://github.com/GetRD/academic-file-converter/issues/107
pip3 install -U academic==0.5.1
# --compact Generate minimal markdown without comments or empty keys
# --normalize Normalize tags by converting them to lowercase and capitalizing the first letter (e.g. "sciEnCE" -> "Science")
academic import --bibtex content/bibliography/jupyter_site.bib --compact --overwrite --normalize
See the documentation site for details.
academic import 'notebooks/*.ipynb' content/post/ --verbose