pages/_posts/2023-07-12-post-bibliography.md
George e3997d0f6c
Added citation examples, simplified citation code (#2056)
Since the citation file and other stuff is already defined in
`_config.yml`, removed them when calling `{% bibliography %}`. Also
realized that `jekyll-scholar` helps in displaying only the papers cited
in page, changed to use that.

Signed-off-by: George Araújo <george.gcac@gmail.com>
2024-01-08 14:35:42 -03:00

940 B

layout title date description tags categories giscus_comments related_posts related_publications
post a post with bibliography 2023-07-12 09:56:00-0400 an example of a blog post with bibliography formatting bib sample-posts true false true

This post shows how to add bibliography to simple blog posts. We support every citation style that jekyll-scholar does. That means simple citation like {% cite einstein1950meaning %}, multiple citations like {% cite einstein1950meaning einstein1905movement %}, long references like {% reference einstein1905movement %} or also quotes:

{% quote einstein1905electrodynamics %} Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.

Lorem ipsum dolor sit amet, consectetur adipisicing. {% endquote %}

If you would like something more academic, check the [distill style post]({% post_url 2018-12-22-distill %}).