inukshuk / jekyll-scholar

jekyll extensions for the blogging scholar
MIT License
1.13k stars 101 forks source link

Render ISBN and PUBSTATE #331

Closed Sciss closed 3 years ago

Sciss commented 3 years ago

Hi there,

I am using your plug-in with chicago-author-date style, to create a list of publications: https://www.sciss.de/texts/writings.html

How can I configure this to also render ISBN data, and to render PUBSTATE (e.g. "forthcoming")?

Sciss commented 3 years ago

Similar to, #330 , I can customise the bibliography template, like

---
---
{{reference}}

{% if entry.pubstate %}
{{ entry.pubstate | capitalize }}
{% endif %}