Venues
Venue data is stored as _venues/venue-name.md
. The content is the venue description.
Attribute Reference
Attribute | Job | Description |
---|---|---|
title string |
Venue title |
Should match usage with shows, if using venue_sort will match that. Must also match filename. |
placeholder boolean |
Is this venue virtual / generated at runtime | |
links array |
A link list to official websites, social media, articles, etc. |
Uses link list hashes. Should implement type, and href, can optionally use title. Common types are listed in _data/link-types.yaml. |
built number |
Year the venue was constructed |
YYYY |
images array |
List of SmugMug image IDs of the venue |
Find IDs using util/smug-venues. |
smug_images array |
SmugImages for given images | |
location hash |
Exact location of the venue |
Hash with two keys: |
city string |
City |
City where the venue is located. |
city_sort string |
City grouping |
Used for mapping venues to listings on archive page. |
sort number |
Allows manual sorting of venue listing | |
shows documentarray |
List of shows performed in this venue | |
show_count number |
Number of shows performed in venue |
Used as sort attribute |
comment |
Reserved for editor comments |
Displayed in editors’ mode. |
Example Venue
---
title: Lincoln Library
built: 1962
images:
- 5rTvvrw
location:
lat: 52.9419
lon: -1.1995
links:
- type: default
title: Lincoln Hall Website
href: http://www.nottinghamconferences.co.uk/lincoln-hall/
- type: Twitter
title: @LincolnLibrary
username: LincolnLibrary
---
Lincoln Library, also called Coveney Library, is a hall library located directly north of the New Theatre.