Commit c65040f
authored
162 zotero bibliography (#168)
* [#162] use build script to fetch zotero json and use custom shortcode to format bibliography page
* [#162] add current bibliography.json file in data
* [#162] remove unneeded semicolons
* add fetch script to github workflow, should auto update the bibliography on build
* [#162] add hugo-bibliography and remove now unneeded local files
* [#162] test to see if bibliography works without .json file already in repo
* [#162] add bibliography button to the menu
* [#162] move shell script to sub module
* [#162] update docker path to fetch script
* [#162] update github workflow path to fetch script
* [#162] add fetch-script to render build script to actually see bibliography in the pr-render
* [#162] Update Bibliography page
* [#162] use latest hugo-bibliography which sorts by author
* [#162] use correct hugo-bibliography version
* [#162] pull latest hugo-bibliography changes
* [#162] remove unneeded artifact in docker
* [#162] pull latest hugo-bibliography version
* [#162] remove filter on citations
* [#162] update hugo-bib version, prevents rendering unavailable bib info
* [#162] rename page from publications to literature
* [#162] incorporate fix for doi rendering bug1 parent 0eacd85 commit c65040f
File tree
8 files changed
+33
-4
lines changed- .github/workflows
- assets/sass
- content
- themes
8 files changed
+33
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
51 | 56 | | |
52 | 57 | | |
53 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
33 | 39 | | |
34 | 40 | | |
35 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
27 | 30 | | |
28 | 31 | | |
29 | | - | |
| 32 | + | |
30 | 33 | | |
31 | 34 | | |
32 | 35 | | |
| |||
52 | 55 | | |
53 | 56 | | |
54 | 57 | | |
55 | | - | |
56 | | - | |
| 58 | + | |
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
10 | 15 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
Submodule hugo-bibliography added at c6e76b2
0 commit comments