this repo has no description
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

:recycle: Use YAML bibliography

See https://github.com/typst/hayagriva/pull/192

+8 -1
+7
paper/bibliography.yaml
··· 1 + # See https://github.com/typst/hayagriva/pull/192 2 + # yaml-language-server: $schema=https://raw.githubusercontent.com/typst/hayagriva/0c640417cfb35067c13f1ee0ce0ee35f57a897fb/hayagriva.schema.json 3 + 4 + webmidi: 5 + type: reference 6 + url: https://developer.mozilla.org/en-US/docs/Web/API/Web_MIDI_API 7 +
paper/main.pdf

This is a binary file and will not be displayed.

+1 -1
paper/main.typ
··· 80 80 81 81 82 82 // Add bibliography and create Bibiliography section 83 - #bibliography("bibliography.bib") 83 + #bibliography("bibliography.yaml")