# lektor-citation An APA-styled citation plugin for the lektor static content management system (https://getlektor.com). ## Preparations Install the plugin by ``` lektor plugin add lektor-citation ``` or by copying this repository into the _packages_-folder of your lektor-project. Create an _citation.ini_ in its _configs_-folder: ``` [Bibtex] file = Literature.bib ``` And put a _Literature.bib_ BibTex-file into the project's _assets_-folder respectively. ## Jinja_env To get a formated output of your whole BibTex library you can either 1. Use method citation\_short\_output in the template of your literature page. It creates an unordered list of entries. ```
{note}