Skip to content

Commit adc7c3d

Browse files
TatsatJhajdamerow
andauthored
Add hugo-bibliography blog post (#169)
* Add hugo-bibliography blog post * Add requested changes * move paragraph * Update content/blog/2025-05-23-hugo-bibliography.md Co-authored-by: Julia Damerow <[email protected]> * update post date --------- Co-authored-by: Julia Damerow <[email protected]>
1 parent 1201a5c commit adc7c3d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
layout: post
3+
title: "Introducing Hugo-Bibliography"
4+
date: 2025-07-11T18:45:24Z
5+
thumbnail:
6+
featureImage:
7+
featureImageCap:
8+
author: Tatsat Jha
9+
summary:
10+
slug: Hugo-bibliography
11+
---
12+
13+
Hugo-Bibliography is a new Hugo plug-in designed to make adding citations into Hugo projects much easier. It can be added as a theme to a Hugo website to generate bibliography pages using the provided shortcodes. At this point, bibliography data needs to be available in CSL-JSON format (that for example can be exported from Zotero). In addition, these shortcodes have a few extra features to allow for filtering out entries from the resulting bibliography.
14+
15+
Hugo-Bibliography ships with a Bash script to fetch data from Zotero groups automatically during the build process. Furthermore, bibliography entries are exposed using COinS allowing the Zotero browser plugin to recognize and import them.
16+
17+
Hugo-Bibliography is an open source project. Contributions are encouraged and welcome. If you would like to contribute, please raise issues or open pull request in the [Hugo-Bibliography GitHub repository](https://github.com/dh-tech/Hugo-bibliography).
18+
19+
Hugo-Bibliography is currently being used on the DHTech website on the publications page. For more details, check out Hugo-bibliography's [GitHub repository](https://github.com/dh-tech/Hugo-bibliography).

0 commit comments

Comments
 (0)