-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
100 lines (91 loc) · 3.86 KB
/
_config.yml
File metadata and controls
100 lines (91 loc) · 3.86 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
##########
# collectionbuilder-csv
# Jekyll Digital Collection Generator
# https://github.com/CollectionBuilder/collectionbuilder-csv
##########
##########
# URL VARIABLES
#
# site domain, full URL to the production location of your collection
url: https://www.lib.uidaho.edu
# path to location on the domain if necessary e.g. /digital/hjccc
baseurl: /digital/campus
# location of code, the full url to your github repository
source-code: https://github.com/thecdil/campus_source
# url to the shared assets folder on mainweb
digital-assets: https://www.lib.uidaho.edu/assets
##########
# Search Setting
#
# set to true to use elastic search box in nav. Collection search.json must be added to the search Sources! Check config-search-index for configuration.
# if collection is not in the index, leave blank to use local lunr search instead.
central-search: true
##########
# SITE SETTINGS
#
# title of site appears in banner
title: Campus Photographs Collection
# tagline, a short phrase that will appear throughout the site in the top banner
tagline: Historical photographs documenting the history of the University of Idaho Campus
# description appears in meta tags and other locations
# this description might appear in search result lists, keep around 160 characters max
description: "The University of Idaho Campus Photographs Collection features over 3000 images depicting the campus, buildings, and people. Drawn from 'Photo Group 1' (PG1) held by Special Collections and Archives, it contains materials from the founding of the University in 1889 to the present day."
# keywords, a short list of subjects describing the collection, separated by semicolon, to appear in rich markup
keywords: University of Idaho campus buildings; Idaho; history
# 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
##########
# COLLECTION SETTINGS
#
# Set the metadata for your collection (the name of the CSV file in your _data directory that describes the objects in your collection)
# Use the filename of your CSV **without** the ".csv" extension! E.g. _data/demo-metadata.csv --> "demo-metadata"
metadata: campus
# page generation settings [optional!]
# [optional: only used if you need to tweak CB defaults or generate from more than one data file]
# page_gen:
# - data: 'demo-metadata'
# template: 'item'
# name: 'objectid'
# dir: 'items'
# extension: 'html'
# filter: 'objectid'
page_gen:
- data: 'campus'
- data: 'campus-buildings'
template: 'building'
name: 'objectid'
dir: 'buildings'
extension: 'html'
filter: 'objectid'
# init the histories collection
collections:
- histories
##########
# Site/Organization Branding
# Enter information for your organization (replacing the CDIL links and name below) if you'd like to brand your site with a logo
# To remove the branding, comment out these values, or delete them.
#
organization-name: "University of Idaho Library Digital Collections"
organization-link: https://www.lib.uidaho.edu/digital/
organization-logo-banner: https://www.lib.uidaho.edu/media/images/ui_library_horizontal.png
organization-logo-nav: https://www.lib.uidaho.edu/media/digital/liblogo_white.png
##########
# ROBOTS EXCLUDE
#
# set noindex to true if you do NOT want Google to index your site
# noindex: true
##########
# BUILD SETTINGS
#
# Note: use environment variable on build command to include analytics
# JEKYLL_ENV=production jekyll build
# (this is done automatically by gh-pages build)
#
# Library directory location. This allows you to customize where the standard assets are found.
# provide a relative path in this repository or full url
lib-assets: https://www.lib.uidaho.edu/assets/dc/lib
# ignore stuff
exclude: [docs/, Rakefile, rakelib/, README.md, LICENSE, CODEOWNERS, utilities/]
# compress CSS output
sass:
style: compressed