Skip to content

Commit

Permalink
Test iiif collection
Browse files Browse the repository at this point in the history
  • Loading branch information
cmahnke committed Aug 25, 2024
1 parent 1e8cf7e commit 6876c52
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
24 changes: 24 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,16 @@ defaultMarkdownHandler = 'goldmark'
attribute = true
strikethrough = true

[markup.goldmark.extensions.extras]
[markup.goldmark.extensions.extras.insert]
enable = true
[markup.goldmark.extensions.extras.mark]
enable = true
[markup.goldmark.extensions.extras.subscript]
enable = true
[markup.goldmark.extensions.extras.superscript]
enable = true

[markup.goldmark.extensions.typographer]
apostrophe = '’'
disable = false
Expand Down Expand Up @@ -76,6 +86,20 @@ defaultMarkdownHandler = 'goldmark'
baseName = "manifest"
notAlternative = true

[outputFormats.iiif-manifest]
mediaType = "application/ld+json"
isPlainText = true
isHTML = false
baseName = "manifest"
notAlternative = true

[outputFormats.iiif-collection]
mediaType = "application/ld+json"
isPlainText = true
isHTML = false
baseName = "collection"
notAlternative = true

[sitemap]
changeFreq = 'weekly'

Expand Down
4 changes: 4 additions & 0 deletions content/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
outputs:
- iiif-collection
---

0 comments on commit 6876c52

Please sign in to comment.