Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add proper collection for citations & bibliography #32

Open
yippyskippy opened this issue Nov 29, 2023 · 0 comments
Open

Add proper collection for citations & bibliography #32

yippyskippy opened this issue Nov 29, 2023 · 0 comments
Assignees

Comments

@yippyskippy
Copy link
Contributor

yippyskippy commented Nov 29, 2023

The Docs section currently repeats full text of each citation in each markdown document. This can be handled better with a data collection (YAML or JSON) and by referencing the an id for each citation. For instance:

You can also export BibTex to JSON with Pandoc

pandoc filename.bib -t csljson -o data/filename.json

Store data according to CSL-JSON spec and then render that in Hugo with Shortcodes and Partials

@yippyskippy yippyskippy added this to the Website revamp milestone Nov 29, 2023
@yippyskippy yippyskippy self-assigned this Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant