-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path_config.yml
66 lines (58 loc) · 2.38 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
##########
# collectionbuilder-contentdm
# Jekyll Digital Collection Generator, designed as a skin over CONTENTdm
# https://github.com/CollectionBuilder/collectionbuilder-contentdm
##########
##########
# URL VARIABLES
#
# site domain, full URL to the production location of your collection
url: https://www.lib.uidaho.edu
# location on the website, normally in /digital
# e.g. /digital/hjccc
baseurl: /digital/boxing
# location of code, the full url to your github repository
source-code: https://github.com/uidaholib/collectionbuilder-cdm-template
# url to the shared assets folder on Digital
digital-assets: https://www.lib.uidaho.edu/assets
##########
# SITE SETTINGS
#
# title of site appears in banner
title: Donald R. Theophilus Boxing Photograph Collection
# tagline, a short phrase that will appear throughout the site in the top banner
tagline: Photographs of University of Idaho Boxers and Boxing Teams, 1934 - 1953
# description appears in meta tags and other locations
# this description might appear in search result lists, keep around 160 characters max
description: "A digital collection comprised of 52 photographs of boxers and boxing teams from the University of Idaho"
# creator of the digital collection, to appear in meta tags; we typically use our GitHub usernames but feel free to just use your name
author: CollectionBuilder
# Organization branding
organization-name: "Digital Initiatives, University of Idaho Library"
organization-link: https://www.lib.uidaho.edu/digital/
organization-logo-banner: https://www.lib.uidaho.edu/media/digital/justdi_logo_sm.png
organization-logo-nav: https://www.lib.uidaho.edu/media/digital/bannerlogo_allwhite.png
##########
# COLLECTION SETTINGS
#
# choose metadata: this is the name of the csv file in your _data directory that describes the objects in your collection
metadata: boxing
# contentdm collection name, matches collection ID used by CDM
cdm-collection-id: boxing
# CONTENTdm server url
cdm-url: https://digital.lib.uidaho.edu
# page generation settings
# "data" value must be the name of the metadata file (other values should be not be changed)
page_gen:
- data: 'boxing'
template: 'items'
name: 'objectid'
dir: 'items'
extension: 'html'
filter: 'objectid'
# add liquid profiler to id bottlenecks
# profile: true
exclude: [docs/, Rakefile, README.md, LICENSE, extras/, CODEOWNERS]
# compress CSS output
sass:
style: compressed