A template for creating IIIF manifests/collections with biiif
- Click Deploy to Netlify
- Click Connect to Github
- Choose a name for your new repository, e.g. "my-cool-iiif"
- Click Save and Deploy
- Copy the auto-generated name for your site, e.g.
confident-goldstine-3646b6
- Underneath your site name, where it says Deploys from GitHub, click on the Github link to visit your newly generated repository
- Click on
package.json
- Click on the Edit this file pencil in the top right corner
- Where it says
"build": "npx biiif collection -u https://sitename.platform.app"
, paste your netlify site name to replacesitename
, and replaceplatform
withnetlify
- It should now read something like
"build": "npx biiif collection -u https://confident-goldstine-3646b6.netlify.app"
- Scroll down and commit your changes
- Wait a few moments for your netlify site to redeploy, then visit
https://confident-goldstine-3646b6.netlify.app/index.json
. This is your published IIIF manifest
- Click Deploy
- Enter a name for your project, e.g. "my-cool-iiif"
- Click Continue
- Choose Github
- Enter a name for your repository, e.g. "my-cool-iiif"
- Optionally select Create Private Git Repository
- Click Continue
- On the Import Project screen leave it on the default settings and click Continue
- Optionally specify a project name
- Expand Build and Output Settings In Output directory, enter "collection"
- Wait for the deploy to complete
- Click Open Dashboard
- Copy your project name, e.g. "my-cool-iiif"
- Underneath your project name, where it has a Github icon, click on the Github link to visit your newly generated repository
- Click on
package.json
- Click on the Edit this file pencil in the top right corner
- Where it says
"build": "npx biiif collection -u https://sitename.platform.app"
, paste your vercel project name to replacesitename
, and replaceplatform
withvercel
. - It should now read something like
"build": "npx biiif collection -u https://my-cool-iiif.vercel.app"
- Scroll down and commit your changes
- Wait a few moments for your vercel site to redeploy, then visit
https://my-cool-iiif.vercel.app/index.json
. This is your published IIIF manifest