katzenpost / katzenpost/website

Add proper collection for citations & bibliography

Open
#32 1 comment 0 reactions 1 assignee Claimed by @yippyskippy View on GitHub
Dominant language
TeX
Stars
2
Forks
5
PR merge metrics
No merged PRs in 30d

Description

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](https://www.bibtex.org) to JSON with [Pandoc](https://pandoc.org/)

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

Store data according to [CSL-JSON](https://citeproc-js.readthedocs.io/en/latest/csl-json/markup.html) spec and then render that in Hugo with Shortcodes and Partials

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.