From 6876c52188bb5e2eebbf6a98f0d44240cb5d6185 Mon Sep 17 00:00:00 2001 From: Christian Mahnke Date: Sun, 25 Aug 2024 08:11:14 +0200 Subject: [PATCH] Test iiif collection --- config.toml | 24 ++++++++++++++++++++++++ content/_index.md | 4 ++++ themes/projektemacher-base | 2 +- 3 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 content/_index.md diff --git a/config.toml b/config.toml index 70e8bdd23..df0336f57 100644 --- a/config.toml +++ b/config.toml @@ -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 @@ -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' diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 000000000..813af57b9 --- /dev/null +++ b/content/_index.md @@ -0,0 +1,4 @@ +--- +outputs: + - iiif-collection +--- diff --git a/themes/projektemacher-base b/themes/projektemacher-base index a66a7a9d4..3c0a89660 160000 --- a/themes/projektemacher-base +++ b/themes/projektemacher-base @@ -1 +1 @@ -Subproject commit a66a7a9d4f54b5b10c798a98b3e71dcd7b2027e0 +Subproject commit 3c0a89660acbd80cf1f7dc32793e7aaf0bc5eae4