Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ gem 'jekyll', '~> 4.1.1'
gem 'jekyll-datapage-generator'

# for local development, clone theme + use path loader
#gem 'iiifc-theme', path: '../iiifc-theme'
gem 'iiifc-theme', github: 'iiif/iiifc-theme', branch: 'main'
gem 'iiifc-theme', path: '../iiifc-theme'
#gem 'iiifc-theme', github: 'iiif/iiifc-theme', branch: 'main'

group :development, :test do
gem 'html-proofer', "3.19.0"
Expand Down
2 changes: 2 additions & 0 deletions source/_data/events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
location:
label: "Online"
- label: "IIIF Online Meeting"
cat: main
time:
start: 2026-01-27T10:00:00Z
end: 2026-01-29T10:00:00Z
Expand All @@ -26,6 +27,7 @@
location:
label: "Online"
- label: IIIF Annual Conference & Showcase 2026
cat: main
time:
start: 2026-06-01T06:00:00Z
end: 2026-06-04T23:00:00Z
Expand Down
7 changes: 7 additions & 0 deletions source/news-and-events/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ top_tabs:
hero:
image: "assets/uploads/nypl_5180606.webp"
---

{{ theme.block-center-start }}
<h2>Main events</h2>

{%- include blocks/event-cards.html items=site.data.events limit=4 cat="main" -%}
{{ theme.block-end }}

{{ theme.block-center-start }}

{% include blocks/tabs.html tabs=page.top_tabs %}
Expand Down
Loading