-
Notifications
You must be signed in to change notification settings - Fork 5
Managing a bilbliography. #7
Description
For our literature survey it will be useful to have a single file listing relevant literature. I've started putting something together in Overleaf as a BibTeX file. BibTeX is a widely recognised and used standard for holding metadata about published documents.
There is a widely praised jekyll extension, jekyll-scholar, which allows BibTeX files to be integrated and used in jekyll based websites.
Unfortunately, github pages does not support jekyll-scholar directly, the documentation suggests keeping the markdown in a separate branch, doing the conversion md --> html on a local server and then pushing the resulting site to master.
I think we should keep the current default for pages that don't need academic citations and avoid the need for a complex workflow where it is not needed.
For now, it may be easier to keep the bibliography and pages citing it in a separate repo, and migrate pages into this one, e.g. as blog pages.