Skip to content

Commit

Permalink
Added norman-rockwell
Browse files Browse the repository at this point in the history
  • Loading branch information
benwbrum committed Jun 27, 2024
1 parent 62f5ce6 commit 3eb6724
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _data/navigation.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# Navigation for the site
---
- pages/norman-rockwell.md
41 changes: 41 additions & 0 deletions _data/norman-rockwell/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"@context": "http://iiif.io/api/presentation/3/context.json",
"id": "https://benwbrum.github.io/si-test/norman-rockwell/manifest.json",
"type": "Manifest",
"label": { "en": [ "Norman Rockwell" ] },
"homepage": [
{
"id": "https://mads.si.edu/mads/view/NMAH-AC0018-OF0005",
"type": "Text",
"label": { "en": [ "Norman Rockwell" ] },
"format": "text/html"
}
],
"items": [
{
"id": "https://benwbrum.github.io/si-test/norman-rockwell/canvas-1/canvas",
"type": "Canvas",
"duration": 69.0,
"items": [
{
"id": "https://benwbrum.github.io/si-test/norman-rockwell/canvas-1/paintings",
"type": "AnnotationPage",
"items": [
{
"id": "https://benwbrum.github.io/si-test/norman-rockwell/canvas-1/painting",
"type": "Annotation",
"motivation": "painting",
"body": {
"id": "https://mads.si.edu/mads/id/NMAH-AC0018-OF0005/NMAH-AC0018-OF0005.m3u8",
"type": "Video",
"format": "application/x-mpegurl",
"duration": 69.0
},
"target": "https://benwbrum.github.io/si-test/norman-rockwell/canvas-1/canvas"
}
]
}
]
}
]
}
6 changes: 6 additions & 0 deletions _manifests/norman-rockwell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: manifest
title: Norman Rockwell
manifest_name: norman-rockwell

---
10 changes: 10 additions & 0 deletions pages/norman-rockwell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
layout: item
title: Norman Rockwell
manifest_name: norman-rockwell
permalink: norman-rockwell
external_manifest_url:

---
<!-- Add an essay or interpretive material below this line,
using HTML or markdown. Do not modify this file above this line -->

0 comments on commit 3eb6724

Please sign in to comment.