Hi
I’ve been trying to write an academic post which involves with inserting many references but none worked after exploring different approaches.
Here are the steps I took:
- Add citations.bib under static and specify it in the toml, which successfully syncs the bib file.
- Create a post and tried many citing methods but none worked. Say I have this example item:
@article{smith2019,
author = {Smith, John and Johnson, Sarah},
title = {A Study on the Impact of Technology},
journal = {Journal of Science},
year = {2019},
volume = {10},
number = {2},
pages = {123-145},
doi = {10.123/journal.12345}
}
and I tried
{{< ref "smith2019" >}}
@smith2019
but neither worked.
- I would like to specify the style like adding .csl file.
Could someone help with it?