diff --git a/index.md b/index.md new file mode 100644 index 0000000..982173e --- /dev/null +++ b/index.md @@ -0,0 +1,46 @@ +{{ site.description }} + +### IIIF Images: + + + + + + + + + + + + +### Manifests: +{% assign manifests = site.static_files | where_exp: "manifest", "manifest.path contains '/manifests/'" |where_exp: "manifest", "manifest.extname == '.json'" | where_exp: "manifest", "manifest.path != '/manifests/collection.json' " %} + +{% for file in manifests %} + * [{{ file.path | replace: "/manifests/", ""}}]({{ file.path | absolute_url }}) + * [View in Mirador](https://projectmirador.org/embed/?iiif-content={{ file.path | absolute_url}}) + * [View in UV](http://universalviewer.io/examples/#?c=&m=&s=&cv=&manifest={{ file.path | absolute_url}}) +{% endfor %} + +### Annotations + +{% assign annotations = site.static_files | where_exp: "annotation", "annotation.path contains '/annotations/'" |where_exp: "annotation", "annotation.extname == '.json'" | where_exp: "annotation", "annotation.path != '/annotations/collection.json'" %} + +{% for file in annotations %} + * [{{ file.path | replace: "/annotations/", ""}}]({{ file.path | absolute_url }}) + * [View in Annona](plugins/annona/?iiif-content={{ file.path | absolute_url }}) +{% endfor %}